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
| ... | ... |
@@ -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) |