py-wheel: Add dependency on python+ctypes (#36716)
This commit is contained in:
parent
6de3786c36
commit
c32aeea1a4
1 changed files with 1 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue