diff --git a/rpm/contrail/contrail.spec b/rpm/contrail/contrail.spec index 2a4ee126..c41dd22d 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