Skip to content

Commit

Permalink
Python: drop dependency on cffi
Browse files Browse the repository at this point in the history
UniFFI uses ctypes which comes with Python.
No need for anything else anymore.
  • Loading branch information
badboy committed Jun 14, 2022
1 parent 264bd63 commit c41f4aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion glean-core/python/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
auditwheel==5.1.2
black==22.3.0
cffi==1.15.0
coverage==6.2
flake8==4.0.1
flake8-bugbear==22.4.25
Expand Down
3 changes: 0 additions & 3 deletions glean-core/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,10 @@
version = "50.0.1"

requirements = [
"cffi>=1.13.0",
"semver>=2.13.0",
"glean_parser~=6.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")

Expand Down

0 comments on commit c41f4aa

Please sign in to comment.