895c033b07
Change-Id: I01b1560b634ebc116a16c63b5b7d0c2096c6eb68 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
# These are needed to build all the things in global-requirements, which we do
|
|
# for integration testing. (see tools/integration.sh)
|
|
python-all-dev
|
|
python3-all-dev
|
|
libvirt-dev
|
|
libxml2-dev
|
|
libxslt1-dev
|
|
libmysqlclient-dev
|
|
libpq-dev
|
|
pkg-config
|
|
libsqlite3-dev
|
|
libzmq-dev
|
|
libffi-dev
|
|
libldap2-dev
|
|
libkrb5-dev
|
|
libsasl2-dev
|
|
ccache
|
|
pypy
|
|
pypy-dev
|
|
# NOTE(flaper87): Temporarily needed for proton
|
|
uuid-dev
|
|
swig
|
|
# Python things that change rarely and we're willing to risk breakage vs latest
|
|
python-numpy [python]
|
|
python-yaml [python]
|
|
# NOTE(jaegerandi): Temporarily needed for running as part of
|
|
# OpenStack gates:
|
|
mysql-client
|
|
mysql-server
|
|
postgresql
|
|
postgresql-client
|
|
# NOTE(toabctl): libnss3-dev is needed for python-nss
|
|
# which is used by dogtag-pki
|
|
libnss3-dev [platform:dpkg]
|
|
mozilla-nss-devel [platform:rpm]
|
|
nss-devel [platform:rpm]
|
|
# 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]
|
|
# NOTE(pabelanger): Needed for build-wheel-mirror jobs
|
|
gawk [test]
|
|
parallel [test]
|