86af66a9c6
otherwise building of python-pcre fails with: 2017-11-22 23:03:23.485659 | ubuntu-xenial | building '_pcre' extension 2017-11-22 23:03:23.485676 | ubuntu-xenial | creating build/temp.linux-x86_64-2.7 2017-11-22 23:03:23.485695 | ubuntu-xenial | creating build/temp.linux-x86_64-2.7/src 2017-11-22 23:03:23.485788 | ubuntu-xenial | x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/pcremodule.c -o build/temp.linux-x86_64-2.7/src/pcremodule.o -fno-strict-aliasing 2017-11-22 23:03:23.485816 | ubuntu-xenial | src/pcremodule.c:32:18: fatal error: pcre.h: No such file or directory 2017-11-22 23:03:23.486033 | ubuntu-xenial | compilation terminated. Change-Id: I75d362611083e55c4ebef73bd309a8aaf673b556
69 lines
2.0 KiB
Plaintext
69 lines
2.0 KiB
Plaintext
# These are needed to build all the things in global-requirements, which we do
|
|
# for integration testing. (see tools/integration.sh)
|
|
|
|
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]
|
|
mariadb-devel [platform:redhat]
|
|
mozilla-nss-devel [platform:suse]
|
|
nss-devel [platform:redhat]
|
|
openssl-devel [platform:redhat]
|
|
openldap-devel [platform:redhat]
|
|
pkg-config [platform:dkpg]
|
|
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(jaegerandi): Temporarily needed for running as part of
|
|
# OpenStack gates:
|
|
# TODO(pabelanger): Remove in follow up patch.
|
|
mysql-client [platform:dpkg]
|
|
mysql-server [platform:dpkg]
|
|
postgresql
|
|
postgresql-client [platform:dpkg]
|
|
|
|
# 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]
|
|
# NOTE(pabelanger): You must first enable epel to install parallel RPM on
|
|
# centos-7.
|
|
parallel [test]
|