Add dogtag-pki and python-nss as extra requirement

dogtag imports pki so mention it as requirement. python-nss
is needed by dogtag-pki.
Also add a bindep.txt file which is used by bindep to install system
packages.
To install python-nss via pip, header files from nss-devel and
mozilla-nss-devel are needed.

Change-Id: Ia3276ad4be56d40fddbf458f215ab93e44ed6907
Depends-On: Ibedae54e631e9c3d3726453adcd204ce96b19d77
Closes-Bug: #1604417
This commit is contained in:
Thomas Bechtold 2016-07-19 15:30:08 +02:00
parent a3f3e0030e
commit 3b95ff8f27
2 changed files with 9 additions and 0 deletions

5
bindep.txt Normal file
View File

@ -0,0 +1,5 @@
# See openstack-infra/project-config:jenkins/data/bindep-fallback.txt
# This is used by bindep: sudo [apt-get | yum] install $(bindep -b)
mozilla-nss-devel [platform:rpm]
nss-devel [platform:rpm]

View File

@ -23,6 +23,10 @@ classifier =
packages =
barbican
[extras]
dogtag =
dogtag-pki>=10.3.5.1 # LGPLv3+
[entry_points]
console_scripts =
barbican-manage = barbican.cmd.barbican_manage:main