py-cffi: add missing pkgconfig dependency (#9784)

This commit is contained in:
Michael Kuhn 2018-11-15 19:38:52 +01:00 committed by Massimiliano Culpo
parent d4f8bd5b8d
commit c645c8e2a6

View File

@ -18,6 +18,7 @@ class PyCffi(PythonPackage):
version('1.10.0', '2b5fa41182ed0edaf929a789e602a070')
version('1.1.2', 'ca6e6c45b45caa87aee9adc7c796eaea')
depends_on('pkgconfig', type='build')
depends_on('py-setuptools', type='build')
depends_on('py-pycparser', type=('build', 'run'))
depends_on('libffi')