Add python-dev to general requirements
Package python-openstackclient depends on pycrypto, and pycrypto depends on python-dev. Since python-openstackclient should be installed in any case, python-dev should be in general requirements. Change-Id: I2d6f5919bdc1175252c78cd203a8769d3892b923 Closes: bug 1292477
This commit is contained in:
parent
473add7e0b
commit
d7f7cb275c
@ -2,6 +2,5 @@ tgt
|
||||
lvm2
|
||||
qemu-utils
|
||||
libpq-dev
|
||||
python-dev
|
||||
open-iscsi
|
||||
open-iscsi-utils # Deprecated since quantal dist:precise
|
||||
|
@ -18,5 +18,6 @@ tcpdump
|
||||
euca2ools # only for testing client
|
||||
tar
|
||||
python-cmd2 # dist:precise
|
||||
python-dev
|
||||
python2.7
|
||||
bc
|
||||
|
@ -5,7 +5,6 @@ libpq-dev # testonly
|
||||
libssl-dev # testonly
|
||||
libxml2-dev
|
||||
libxslt1-dev # testonly
|
||||
python-dev
|
||||
python-eventlet
|
||||
python-routes
|
||||
python-greenlet
|
||||
|
@ -1,4 +1,3 @@
|
||||
python-dev
|
||||
python-lxml
|
||||
python-pastescript
|
||||
python-pastedeploy
|
||||
|
@ -4,7 +4,6 @@ libffi-dev
|
||||
memcached
|
||||
python-configobj
|
||||
python-coverage
|
||||
python-dev
|
||||
python-eventlet
|
||||
python-greenlet
|
||||
python-netifaces
|
||||
|
@ -1,7 +1,6 @@
|
||||
lvm2
|
||||
scsi-target-utils
|
||||
qemu-img
|
||||
python-devel
|
||||
postgresql-devel
|
||||
iscsi-initiator-utils
|
||||
python-lxml #dist:f19,f20,rhel7
|
||||
|
@ -15,6 +15,7 @@ python-setuptools
|
||||
python-prettytable # dist:rhel6 [1]
|
||||
python-unittest2
|
||||
python-virtualenv
|
||||
python-devel
|
||||
screen
|
||||
tar
|
||||
tcpdump
|
||||
|
@ -6,7 +6,6 @@ mysql-devel # testonly
|
||||
openssl-devel # testonly
|
||||
postgresql-devel # testonly
|
||||
python-argparse
|
||||
python-devel
|
||||
python-eventlet
|
||||
python-greenlet
|
||||
python-lxml #dist:f19,f20,rhel7
|
||||
|
@ -4,7 +4,6 @@ libffi-devel
|
||||
memcached
|
||||
python-configobj
|
||||
python-coverage
|
||||
python-devel
|
||||
python-eventlet
|
||||
python-greenlet
|
||||
python-netifaces
|
||||
|
Loading…
Reference in New Issue
Block a user