We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c216aa commit 14c276fCopy full SHA for 14c276f
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