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
|
lvm2
|
||||||
qemu-utils
|
qemu-utils
|
||||||
libpq-dev
|
libpq-dev
|
||||||
python-dev
|
|
||||||
open-iscsi
|
open-iscsi
|
||||||
open-iscsi-utils # Deprecated since quantal dist:precise
|
open-iscsi-utils # Deprecated since quantal dist:precise
|
||||||
|
@ -18,5 +18,6 @@ tcpdump
|
|||||||
euca2ools # only for testing client
|
euca2ools # only for testing client
|
||||||
tar
|
tar
|
||||||
python-cmd2 # dist:precise
|
python-cmd2 # dist:precise
|
||||||
|
python-dev
|
||||||
python2.7
|
python2.7
|
||||||
bc
|
bc
|
||||||
|
@ -5,7 +5,6 @@ libpq-dev # testonly
|
|||||||
libssl-dev # testonly
|
libssl-dev # testonly
|
||||||
libxml2-dev
|
libxml2-dev
|
||||||
libxslt1-dev # testonly
|
libxslt1-dev # testonly
|
||||||
python-dev
|
|
||||||
python-eventlet
|
python-eventlet
|
||||||
python-routes
|
python-routes
|
||||||
python-greenlet
|
python-greenlet
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
python-dev
|
|
||||||
python-lxml
|
python-lxml
|
||||||
python-pastescript
|
python-pastescript
|
||||||
python-pastedeploy
|
python-pastedeploy
|
||||||
|
@ -4,7 +4,6 @@ libffi-dev
|
|||||||
memcached
|
memcached
|
||||||
python-configobj
|
python-configobj
|
||||||
python-coverage
|
python-coverage
|
||||||
python-dev
|
|
||||||
python-eventlet
|
python-eventlet
|
||||||
python-greenlet
|
python-greenlet
|
||||||
python-netifaces
|
python-netifaces
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
lvm2
|
lvm2
|
||||||
scsi-target-utils
|
scsi-target-utils
|
||||||
qemu-img
|
qemu-img
|
||||||
python-devel
|
|
||||||
postgresql-devel
|
postgresql-devel
|
||||||
iscsi-initiator-utils
|
iscsi-initiator-utils
|
||||||
python-lxml #dist:f19,f20,rhel7
|
python-lxml #dist:f19,f20,rhel7
|
||||||
|
@ -15,6 +15,7 @@ python-setuptools
|
|||||||
python-prettytable # dist:rhel6 [1]
|
python-prettytable # dist:rhel6 [1]
|
||||||
python-unittest2
|
python-unittest2
|
||||||
python-virtualenv
|
python-virtualenv
|
||||||
|
python-devel
|
||||||
screen
|
screen
|
||||||
tar
|
tar
|
||||||
tcpdump
|
tcpdump
|
||||||
|
@ -6,7 +6,6 @@ mysql-devel # testonly
|
|||||||
openssl-devel # testonly
|
openssl-devel # testonly
|
||||||
postgresql-devel # testonly
|
postgresql-devel # testonly
|
||||||
python-argparse
|
python-argparse
|
||||||
python-devel
|
|
||||||
python-eventlet
|
python-eventlet
|
||||||
python-greenlet
|
python-greenlet
|
||||||
python-lxml #dist:f19,f20,rhel7
|
python-lxml #dist:f19,f20,rhel7
|
||||||
|
@ -4,7 +4,6 @@ libffi-devel
|
|||||||
memcached
|
memcached
|
||||||
python-configobj
|
python-configobj
|
||||||
python-coverage
|
python-coverage
|
||||||
python-devel
|
|
||||||
python-eventlet
|
python-eventlet
|
||||||
python-greenlet
|
python-greenlet
|
||||||
python-netifaces
|
python-netifaces
|
||||||
|
Loading…
Reference in New Issue
Block a user