remove configobj from deps
Change-Id: Ie566e712ba0d3dca543e99efbdb576b19623e73c
This commit is contained in:
parent
1ef17d8284
commit
c7e2e9a1f3
@ -58,7 +58,7 @@ Instructions for Building Debian Packages for Swift
|
|||||||
apt-get install python-software-properties
|
apt-get install python-software-properties
|
||||||
add-apt-repository ppa:swift-core/release
|
add-apt-repository ppa:swift-core/release
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install curl gcc bzr python-configobj python-coverage python-dev python-nose python-setuptools python-simplejson python-xattr python-eventlet python-greenlet debhelper python-sphinx python-all python-openssl python-pastedeploy python-netifaces bzr-builddeb
|
apt-get install curl gcc bzr python-coverage python-dev python-nose python-setuptools python-simplejson python-xattr python-eventlet python-greenlet debhelper python-sphinx python-all python-openssl python-pastedeploy python-netifaces bzr-builddeb
|
||||||
|
|
||||||
* As you
|
* As you
|
||||||
|
|
||||||
|
@ -28,10 +28,10 @@ Installing dependencies and the core code
|
|||||||
#. `apt-get install python-software-properties`
|
#. `apt-get install python-software-properties`
|
||||||
#. `add-apt-repository ppa:swift-core/release`
|
#. `add-apt-repository ppa:swift-core/release`
|
||||||
#. `apt-get update`
|
#. `apt-get update`
|
||||||
#. `apt-get install curl gcc git-core memcached python-configobj
|
#. `apt-get install curl gcc git-core memcached python-coverage python-dev
|
||||||
python-coverage python-dev python-nose python-setuptools python-simplejson
|
python-nose python-setuptools python-simplejson python-xattr sqlite3
|
||||||
python-xattr sqlite3 xfsprogs python-eventlet python-greenlet
|
xfsprogs python-eventlet python-greenlet python-pastedeploy
|
||||||
python-pastedeploy python-netifaces python-pip`
|
python-netifaces python-pip`
|
||||||
#. `pip install mock`
|
#. `pip install mock`
|
||||||
#. Install anything else you want, like screen, ssh, vim, etc.
|
#. Install anything else you want, like screen, ssh, vim, etc.
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
configobj==4.7.1
|
|
||||||
eventlet==0.9.15
|
eventlet==0.9.15
|
||||||
greenlet==0.3.1
|
greenlet==0.3.1
|
||||||
netifaces==0.6
|
netifaces==0.6
|
||||||
|
Loading…
Reference in New Issue
Block a user