Add py-setuptools as a build dependency for py-absl-py (#12109)

I needed to add py-setuptools to get py-absl-py to build.
This commit is contained in:
Glenn Johnson 2019-07-24 12:33:45 -05:00 committed by Adam J. Stewart
parent 642d3345f6
commit 8bb745325d

View File

@ -21,5 +21,6 @@ class PyAbslPy(PythonPackage):
version('0.1.6', sha256='02c577d618a8bc0a2a5d1a51f160d3649745d7a2516d87025322f46ac1391a22')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type=('build'))
depends_on('py-six', type=('build', 'run'))
depends_on('py-enum34', type=('build', 'run'), when='^python@:3.3.99')