Add missing dependencies to py-apipkg (#13324)

This commit is contained in:
Adam J. Stewart 2019-10-20 13:17:44 -05:00 committed by GitHub
parent 32879df9d0
commit d462749b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,7 @@ class PyApipkg(PythonPackage):
version('1.4', sha256='2e38399dbe842891fe85392601aab8f40a8f4cc5a9053c326de35a1cc0297ac6')
depends_on('py-setuptools@30.3.0:', type='build')
depends_on('py-setuptools-scm', type='build')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-py', type='test')
depends_on('py-pytest', type='test')