py-wheel: Add dependency on python+ctypes (#36716)

This commit is contained in:
Jonathon Anderson 2023-04-09 10:59:05 -05:00 committed by GitHub
parent 6de3786c36
commit c32aeea1a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,7 @@ class PyWheel(Package, PythonExtension):
)
extends("python")
depends_on("python +ctypes", type=("build", "run"))
depends_on("python@2.7:2.8,3.5:", when="@0.34:", type=("build", "run"))
depends_on("python@2.7:2.8,3.4:", when="@0.30:", type=("build", "run"))
depends_on("python@2.6:2.8,3.2:", type=("build", "run"))