From 2268608fe5d0493772b70f87c929bfa4d0e376fb70899ee7d9e2b5710c57922a Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 15 Sep 2017 17:58:31 +0000 Subject: [PATCH] Accepting request 526408 from home:TheBlackCat:branches:devel:languages:python - Fix python-trollius detection OBS-URL: https://build.opensuse.org/request/show/526408 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZEO?expand=0&rev=11 --- python-ZEO.changes | 5 +++++ python-ZEO.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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