We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32b0379 + 14c276f commit 8cc5fa0Copy full SHA for 8cc5fa0
1 file changed
setup.py
@@ -417,7 +417,7 @@ def prepare_static_build_linux(self):
417
sources.append(os.path.join(root, file))
418
419
pyxmlsec = Extension('xmlsec', sources=sources)
420
-setup_reqs = ['setuptools_scm[toml]>=3.4', 'pkgconfig', 'lxml>=3.8']
+setup_reqs = ['setuptools_scm[toml]>=3.4', 'pkgconfig>=1.5.1', 'lxml>=3.8']
421
422
if sys.version_info < (3, 4):
423
setup_reqs.append('pathlib2')
0 commit comments