python: use pkg-config for system install

This commit is contained in:
Robert Schütz
2021-08-04 16:18:43 +02:00
committed by Floris Bruynooghe
parent 9cc2fd555f
commit 43e3f8f08b
4 changed files with 19 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2", "cffi>=1.0.0"]
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2", "cffi>=1.0.0", "pkgconfig"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]