diff --git a/rpm/contrail/contrail.spec b/rpm/contrail/contrail.spec index ef2402dd..a04d287f 100644 --- a/rpm/contrail/contrail.spec +++ b/rpm/contrail/contrail.spec @@ -189,7 +189,11 @@ Requires: python-gevent >= 1.0 %if 0%{?rhel} <= 6 Requires: python-gevent %endif -Requires: consistent_hash +%if 0%{?rhel} +Requires: consistent_hash +%else +Requires: python-consistent_hash +%endif %if 0%{?rhel} <= 6 Requires: python-importlib %endif