summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAndrey Bienkowski <hexagon-recursion@posteo.net>2022-02-25 08:04:45 +0300
committerAndrey Bienkowski <hexagon-recursion@posteo.net>2022-02-25 08:04:45 +0300
commit4df8255e6238fdf6761859fd65746f0c4d817b2d (patch)
tree9b1509e4290e9e62dfe478fe94258df5c1dfa62b /pyproject.toml
parent142bb0e3d4aa2b689489b772501a4186b8f4470b (diff)
Add pkgconfig build requirement
setup_crypto.crypto_ext_kwargs needs pkgconfig to find OpenSSL
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fed528d4a..37259982b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools"]
+requires = ["setuptools", "pkgconfig"]
build-backend = "setuptools.build_meta"