mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
python: use pkg-config for system install
This commit is contained in:
committed by
Floris Bruynooghe
parent
9cc2fd555f
commit
43e3f8f08b
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user