From 5747b8017577ea7b8f41c1456aeb91ee13d000e1 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 6 Jun 2013 17:37:56 -0700 Subject: [PATCH] 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 --- files/apts/general | 1 - files/apts/horizon | 1 - files/rpms-suse/general | 1 - files/rpms-suse/horizon | 1 - files/rpms/general | 3 +-- files/rpms/horizon | 1 - 6 files changed, 1 insertion(+), 7 deletions(-) diff --git a/files/apts/general b/files/apts/general index a1fcf3cb61..ec6dd0db4b 100644 --- a/files/apts/general +++ b/files/apts/general @@ -1,5 +1,4 @@ bridge-utils -pep8 pylint python-pip screen diff --git a/files/apts/horizon b/files/apts/horizon index 2c2faf1a21..e1ce85f7d5 100644 --- a/files/apts/horizon +++ b/files/apts/horizon @@ -11,7 +11,6 @@ python-sqlalchemy python-webob python-kombu pylint -pep8 python-eventlet python-nose python-sphinx diff --git a/files/rpms-suse/general b/files/rpms-suse/general index b8ceeb7aab..93711ff784 100644 --- a/files/rpms-suse/general +++ b/files/rpms-suse/general @@ -8,7 +8,6 @@ openssl psmisc python-cmd2 # dist:opensuse-12.3 python-netaddr -python-pep8 python-pip python-pylint python-unittest2 diff --git a/files/rpms-suse/horizon b/files/rpms-suse/horizon index 7e46ffe0f7..405fb7ac56 100644 --- a/files/rpms-suse/horizon +++ b/files/rpms-suse/horizon @@ -17,7 +17,6 @@ python-kombu python-mox python-netaddr python-nose -python-pep8 python-pylint python-sqlalchemy-migrate python-xattr diff --git a/files/rpms/general b/files/rpms/general index 764b602da0..d6abae99df 100644 --- a/files/rpms/general +++ b/files/rpms/general @@ -11,7 +11,6 @@ libxslt-devel # dist:rhel6 [2] psmisc pylint python-netaddr -python-pep8 python-pip python-prettytable # dist:rhel6 [1] python-unittest2 @@ -29,4 +28,4 @@ wget # [2] : RHEL6 rpm versions of python-lxml is old, and has to be # removed. Several tools rely on it, so we install the dependencies -# pip needs to build it here (see tools/install_prereqs.sh) \ No newline at end of file +# pip needs to build it here (see tools/install_prereqs.sh) diff --git a/files/rpms/horizon b/files/rpms/horizon index cf16cdbeac..e27888a4af 100644 --- a/files/rpms/horizon +++ b/files/rpms/horizon @@ -20,7 +20,6 @@ python-netaddr python-nose python-paste #dist:f16,f17,f18 python-paste-deploy #dist:f16,f17,f18 -python-pep8 python-routes python-sphinx python-sqlalchemy