Fix py-pyarrow recipe (#13914)

Fix name of one dependency
This commit is contained in:
iarspider 2019-11-27 19:21:01 +01:00 committed by Adam J. Stewart
parent 515f1466c8
commit 9e397042a7

View file

@ -21,7 +21,7 @@ class PyArrow(PythonPackage):
depends_on('python@2.7:2.8,3.5:', type=('build', 'run')) depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))
depends_on('py-setuptools', type='build') 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-python-dateutil', type=('build', 'run'))
depends_on('py-chai', type='test') depends_on('py-chai', type='test')
depends_on('py-mock', type='test') depends_on('py-mock', type='test')