From 70e6b7d14c159045f9e648c34f265c6cee196c71 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Thu, 16 May 2013 10:57:17 +0000 Subject: [PATCH] Avoid installing python-nose for RHEL6. * python-nose on RHEL isn't new enough to support Tempest. Change-Id: I98107bf664a12f6252f74b4511e3228d511ff855 --- files/rpms/horizon | 3 ++- files/rpms/swift | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/files/rpms/horizon b/files/rpms/horizon index 151e7e21af..d50482ea1d 100644 --- a/files/rpms/horizon +++ b/files/rpms/horizon @@ -16,7 +16,8 @@ python-kombu python-migrate python-mox python-netaddr -python-nose +# RHEL6's python-nose is incompatible with Tempest +python-nose #dist:f16,f17,f18 python-paste #dist:f16,f17,f18 python-paste-deploy #dist:f16,f17,f18 python-pep8 diff --git a/files/rpms/swift b/files/rpms/swift index 1b36e34eab..c626d8e3e0 100644 --- a/files/rpms/swift +++ b/files/rpms/swift @@ -7,7 +7,8 @@ python-devel python-eventlet python-greenlet python-netifaces -python-nose +# RHEL6's python-nose is incompatible with Tempest +python-nose # dist:f16,f17,f18 python-paste-deploy # dist:f16,f17,f18 python-setuptools # dist:f16,f17,f18 python-simplejson