py-cffi: add missing pkgconfig dependency (#9784)
This commit is contained in:
parent
d4f8bd5b8d
commit
c645c8e2a6
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user