Add missing test dependency to py-alabaster (#13325)

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

View File

@ -20,3 +20,4 @@ class PyAlabaster(PythonPackage):
version('0.7.9', sha256='47afd43b08a4ecaa45e3496e139a193ce364571e7e10c6a87ca1a4c57eb7ea08')
depends_on('py-setuptools', type='build')
depends_on('py-pygments', type='test')