Fix building
This commit is contained in:
parent
1f1bc02579
commit
382ab8e1bd
1 changed files with 2 additions and 2 deletions
|
|
@ -26,11 +26,11 @@ homepage = "https://github.com/laggykiller/sqlcipher3"
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = [
|
requires = [
|
||||||
"conan>=2.0",
|
"conan>=2.0",
|
||||||
"setuptools>=45",
|
"setuptools>=77",
|
||||||
"lipomerge>=0.1.1",
|
"lipomerge>=0.1.1",
|
||||||
"urllib3<2.0" # urllib3>=2.0 not work for building python3.7 wheels (https://github.com/urllib3/urllib3/issues/2168)
|
"urllib3<2.0" # urllib3>=2.0 not work for building python3.7 wheels (https://github.com/urllib3/urllib3/issues/2168)
|
||||||
]
|
]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = ["sqlcipher3"]
|
packages = ["sqlcipher3"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue