diff --git a/python-ZEO.changes b/python-ZEO.changes index 5df25ba..3d3979d 100644 --- a/python-ZEO.changes +++ b/python-ZEO.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 15 17:57:56 UTC 2017 - toddrme2178@gmail.com + +- Fix python-trollius detection + ------------------------------------------------------------------- Fri Aug 25 11:55:40 UTC 2017 - toddrme2178@gmail.com diff --git a/python-ZEO.spec b/python-ZEO.spec index f1c7017..8311276 100644 --- a/python-ZEO.spec +++ b/python-ZEO.spec @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define oldpython python %bcond_without test Name: python-ZEO Version: 5.1.0 @@ -55,7 +56,7 @@ Requires: python-six Requires: python-persistent Requires: python-transaction %ifpython2 -Requires: python-trollius +Requires: %{oldpython}-trollius %endif Requires: python-zc.lockfile Requires: python-zdaemon