parent
515f1466c8
commit
9e397042a7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class PyArrow(PythonPackage):
|
|||
|
||||
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-backports-functools_lru_cache@1.2.1:', type=('build', 'run'), when='^python@2.7:2.8')
|
||||
depends_on('py-backports-functools-lru-cache@1.2.1:', type=('build', 'run'), when='^python@2.7:2.8')
|
||||
depends_on('py-python-dateutil', type=('build', 'run'))
|
||||
depends_on('py-chai', type='test')
|
||||
depends_on('py-mock', type='test')
|
||||
|
|
Loading…
Reference in a new issue