From 4df8255e6238fdf6761859fd65746f0c4d817b2d Mon Sep 17 00:00:00 2001 From: Andrey Bienkowski Date: Fri, 25 Feb 2022 08:04:45 +0300 Subject: [PATCH] Add pkgconfig build requirement setup_crypto.crypto_ext_kwargs needs pkgconfig to find OpenSSL --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"