Clear out some duplicate package dependencies
I think these duplicate dependencies came in because we were not correctly always installing "general" packages (see Ie1b8d09369281059d21da61b2725a457f708ae9e) Most of these are just extras for the lxml dependencies; I added zlib devel to general for glance (seems pretty generic), and then that can go too, as all other packages are specified. Change-Id: I44b14ca15c64fad9daf1ac8d851704b02ea2eae0
This commit is contained in:
parent
a7e0b39a64
commit
a5e4c0f279
@ -1,6 +1,3 @@
|
||||
python-pymongo #NOPRIME
|
||||
mongodb-server #NOPRIME
|
||||
libnspr4-dev
|
||||
pkg-config
|
||||
libxml2-dev
|
||||
libxslt-dev
|
@ -29,3 +29,4 @@ openjdk-7-jre-headless # NOPRIME
|
||||
pkg-config
|
||||
libmysqlclient-dev # MySQL-python
|
||||
libpq-dev # psycopg2
|
||||
zlib1g-dev
|
||||
|
@ -1,6 +0,0 @@
|
||||
libmysqlclient-dev
|
||||
libpq-dev
|
||||
libssl-dev
|
||||
libxml2-dev
|
||||
libxslt1-dev
|
||||
zlib1g-dev
|
@ -8,8 +8,6 @@ libmysqlclient-dev
|
||||
mysql-server # NOPRIME
|
||||
python-mysqldb
|
||||
python-mysql.connector
|
||||
libxml2-dev # needed for building lxml
|
||||
libxslt1-dev
|
||||
gawk
|
||||
iptables
|
||||
ebtables
|
||||
|
@ -1,2 +0,0 @@
|
||||
libxml2-dev
|
||||
libxslt1-dev
|
@ -1 +0,0 @@
|
||||
libxslt1-dev
|
@ -32,3 +32,4 @@ iptables-services # NOPRIME f21,f22
|
||||
mariadb-devel # MySQL-python
|
||||
postgresql-devel # psycopg2
|
||||
redhat-rpm-config # MySQL-python rhbz-1195207 f21
|
||||
zlib-devel
|
||||
|
@ -1,6 +0,0 @@
|
||||
libxml2-devel
|
||||
libxslt-devel
|
||||
mysql-devel
|
||||
openssl-devel
|
||||
postgresql-devel
|
||||
zlib-devel
|
@ -1,4 +1,3 @@
|
||||
MySQL-python
|
||||
libxslt-devel
|
||||
sqlite
|
||||
mod_ssl
|
||||
|
@ -1 +0,0 @@
|
||||
libxslt-devel
|
@ -1 +0,0 @@
|
||||
libxslt-devel
|
Loading…
Reference in New Issue
Block a user