py-awkward: add py-yaml as depends (#26626)
This commit is contained in:
parent
03ab5dee31
commit
e6cc92554d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class PyAwkward(PythonPackage):
|
|||
patch('pybind11_02.patch', when="@1.2.3:")
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-pyyaml', type='build')
|
||||
|
||||
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))
|
||||
depends_on('py-numpy@1.13.1:', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue