We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e8b75 commit 8fb02d4Copy full SHA for 8fb02d4
2 files changed
.travis.yml
@@ -11,6 +11,7 @@ addons:
11
libxmlsec1
12
libxmlsec1-dev
13
libxmlsec1-openssl
14
+ pkg-config
15
16
install:
17
- 'travis_retry pip install -e ".[test]" --use-mirrors'
setup.cfg
@@ -1,5 +1,5 @@
1
[bdist_rpm]
2
release = 1
3
-build-requires = pkgconfig xmlsec1-devel libxml2-devel xmlsec1-openssl-devel
+build-requires = pkg-config xmlsec1-devel libxml2-devel xmlsec1-openssl-devel
4
group = Development/Libraries
5
-requires = xmlsec1 xmlsec1-openssl
+requires = xmlsec1 xmlsec1-openssl
0 commit comments