py-chardet package: add py-pytest-runner dependency (#12692)

This required dependency was missing
This commit is contained in:
Peter Scheibel 2019-09-03 14:56:53 -07:00 committed by GitHub
parent c14b7379f9
commit 868f7869e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,4 @@ class PyChardet(PythonPackage):
version('2.3.0', '25274d664ccb5130adae08047416e1a8')
depends_on('py-setuptools', type='build')
depends_on('py-pytest-runner', type='build')