Skip to content

Commit 1fe9e1e

Browse files
authored
py-cffi: fix setuptools lower bound (spack#2201)
Signed-off-by: Adam J. Stewart <[email protected]>
1 parent 4953053 commit 1fe9e1e

File tree

1 file changed

+3
-0
lines changed
  • repos/spack_repo/builtin/packages/py_cffi

1 file changed

+3
-0
lines changed

repos/spack_repo/builtin/packages/py_cffi/package.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class PyCffi(PythonPackage):
4040
depends_on("python@:3.9", when="@:1.14")
4141

4242
depends_on("pkgconfig", type="build")
43+
# Not yet documented, but required for PEP 639 support
44+
# https://github.com/python-cffi/cffi/issues/200
45+
depends_on("py-setuptools@77:", type="build", when="@2:")
4346
depends_on("[email protected]:", type="build", when="@1.16:")
4447
depends_on("py-setuptools", type="build")
4548
depends_on("py-setuptools", type="run", when="^[email protected]:")

0 commit comments

Comments
 (0)