Browse code

Don't install pep8 from packages

We have migrated to flake8 and most distros don't have the version of
pep8 that flake8 (and hacking) use. Instead of installing pep8 from
packages it should be installed from pip

Change-Id: I86e4f8316f3cdc27303bfd039a78c0d6202ce321

Joe Gordon authored on 2013/06/07 09:37:56
Showing 6 changed files
... ...
@@ -1,5 +1,4 @@
1 1
 bridge-utils
2
-pep8
3 2
 pylint
4 3
 python-pip
5 4
 screen
... ...
@@ -11,7 +11,6 @@ python-sqlalchemy
11 11
 python-webob
12 12
 python-kombu
13 13
 pylint
14
-pep8
15 14
 python-eventlet
16 15
 python-nose
17 16
 python-sphinx
... ...
@@ -8,7 +8,6 @@ openssl
8 8
 psmisc
9 9
 python-cmd2 # dist:opensuse-12.3
10 10
 python-netaddr
11
-python-pep8
12 11
 python-pip
13 12
 python-pylint
14 13
 python-unittest2
... ...
@@ -17,7 +17,6 @@ python-kombu
17 17
 python-mox
18 18
 python-netaddr
19 19
 python-nose
20
-python-pep8
21 20
 python-pylint
22 21
 python-sqlalchemy-migrate
23 22
 python-xattr
... ...
@@ -11,7 +11,6 @@ libxslt-devel # dist:rhel6 [2]
11 11
 psmisc
12 12
 pylint
13 13
 python-netaddr
14
-python-pep8
15 14
 python-pip
16 15
 python-prettytable # dist:rhel6 [1]
17 16
 python-unittest2
... ...
@@ -29,4 +28,4 @@ wget
29 29
 
30 30
 # [2] : RHEL6 rpm versions of python-lxml is old, and has to be
31 31
 # removed.  Several tools rely on it, so we install the dependencies
32
-# pip needs to build it here (see tools/install_prereqs.sh)
33 32
\ No newline at end of file
33
+# pip needs to build it here (see tools/install_prereqs.sh)
... ...
@@ -20,7 +20,6 @@ python-netaddr
20 20
 python-nose
21 21
 python-paste        #dist:f16,f17,f18
22 22
 python-paste-deploy #dist:f16,f17,f18
23
-python-pep8
24 23
 python-routes
25 24
 python-sphinx
26 25
 python-sqlalchemy