diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 000000000..cfc238755 --- /dev/null +++ b/bindep.txt @@ -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] diff --git a/setup.cfg b/setup.cfg index a6961657e..f4538ee69 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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