58d622019d
This job was a legacy job that attempted to verify each project could be independently installed after all global-requirements had been installed. This job is no longer necessary since we have much better coverage with requirements-check and other jobs that make sure the requirements are compatible. It is also a legacy zuulv2 job, uses the long deprecated devstack-gate, and runs with Python 2.7. For historical reference, this was added originally to PBR back in 2013 [0] and moved to requirements in 2014 [1]. [0]378261a8cb
[1]8e073738db
Change-Id: I29abcba929995f9307c392110160d889a29b47c3 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
65 lines
1.9 KiB
Plaintext
65 lines
1.9 KiB
Plaintext
# These are needed to build all the things in global-requirements, which we do
|
|
# for integration testing.
|
|
|
|
app-crypt/mit-krb5 [platform:gentoo]
|
|
krb5-devel [platform:redhat]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:redhat]
|
|
libkrb5-dev [platform:dpkg]
|
|
libldap2-dev [platform:dpkg]
|
|
libmysqlclient-dev [platform:dpkg]
|
|
libnss3-dev [platform:dpkg]
|
|
libpq-dev [platform:dpkg]
|
|
libsasl2-dev [platform:dpkg]
|
|
libsqlite3-dev [platform:dpkg]
|
|
libuuid-devel [platform:rpm]
|
|
libvirt-dev [platform:dpkg]
|
|
libvirt-devel [platform:redhat]
|
|
libxml2-dev [platform:dpkg]
|
|
libxml2-devel [platform:rpm]
|
|
libxslt-devel [platform:rpm]
|
|
libxslt1-dev [platform:dpkg]
|
|
libzmq-dev [platform:dpkg !platform:ubuntu-bionic]
|
|
libzmq3-dev [platform:ubuntu-bionic]
|
|
mariadb-devel [platform:redhat]
|
|
mozilla-nss-devel [platform:suse]
|
|
nss-devel [platform:redhat]
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:redhat]
|
|
openldap-devel [platform:redhat]
|
|
pkg-config [platform:dpkg]
|
|
pkgconfig [platform:redhat]
|
|
postgresql-devel [platform:redhat]
|
|
pypy [platform:dpkg]
|
|
pypy-dev [platform:dpkg]
|
|
# Note that python3-all-dev includes python3-all, added
|
|
# both here for documentary purpose.
|
|
python3-all-dev [platform:dpkg]
|
|
python3-all [platform:dpkg]
|
|
python-all-dev [platform:dpkg]
|
|
python-devel [platform:rpm]
|
|
swig
|
|
systemd-devel [platform:redhat]
|
|
uuid-dev [platform:dpkg]
|
|
|
|
# Python things that change rarely and we're willing to risk breakage vs latest
|
|
python-numpy [python]
|
|
python-yaml [python]
|
|
|
|
# NOTE(dirk) needed for PyECLib
|
|
liberasurecode-dev [platform:dpkg]
|
|
liberasurecode-devel [platform:rpm]
|
|
dev-libs/liberasurecode [platform:gentoo]
|
|
libsystemd-dev [platform:dpkg !platform:ubuntu-trusty]
|
|
libsystemd-journal-dev [platform:ubuntu-trusty]
|
|
|
|
libpcre3-dev [platform:dpkg]
|
|
pcre-devel [platform:rpm]
|
|
|
|
# NOTE(pabelanger): Needed for build-wheel-mirror jobs
|
|
gawk [test]
|
|
unzip [test]
|
|
# NOTE(pabelanger): You must first enable epel to install parallel RPM on
|
|
# centos-7.
|
|
parallel [test]
|