зеркало из https://github.com/mozilla/glean.git
Python: drop dependency on cffi
UniFFI uses ctypes which comes with Python. No need for anything else anymore.
This commit is contained in:
Родитель
5ac329c21b
Коммит
9b0bb1c674
|
@ -1,6 +1,5 @@
|
|||
auditwheel==5.1.2
|
||||
black==22.6.0
|
||||
cffi==1.15.0
|
||||
coverage==6.2
|
||||
flake8==4.0.1
|
||||
flake8-bugbear==22.7.1
|
||||
|
|
|
@ -59,12 +59,9 @@ with (SRC_ROOT / "CHANGELOG.md").open() as history_file:
|
|||
version = "50.1.2"
|
||||
|
||||
requirements = [
|
||||
"cffi>=1.13.0",
|
||||
"glean_parser==6.1.1",
|
||||
]
|
||||
|
||||
setup_requirements = ["cffi>=1.13.0"]
|
||||
|
||||
# The environment variable `GLEAN_BUILD_VARIANT` can be set to `debug` or `release`
|
||||
buildvariant = os.environ.get("GLEAN_BUILD_VARIANT", "debug")
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче