From 57ddbb62b91615d5379150a55b190daaeed1ed69cccf9107fa7db0b6c7d37a84 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Jul 2017 09:16:40 +0000 Subject: [PATCH] Accepting request 509617 from home:tbechtold:branches:devel:languages:python - Only require python-singledispatch on python2 OBS-URL: https://build.opensuse.org/request/show/509617 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=37 --- python-pecan.changes | 5 +++++ python-pecan.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-pecan.changes b/python-pecan.changes index 1f35e21..7c63c45 100644 --- a/python-pecan.changes +++ b/python-pecan.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 12 06:00:37 UTC 2017 - tbechtold@suse.com + +- Only require python-singledispatch on python2 + ------------------------------------------------------------------- Thu Jun 29 16:40:00 UTC 2017 - tbechtold@suse.com diff --git a/python-pecan.spec b/python-pecan.spec index f86c7a6..383c20b 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -47,7 +47,9 @@ Requires: python-Mako >= 0.4.0 Requires: python-WebOb >= 1.2dev Requires: python-WebTest >= 1.3.1 Requires: python-logutils >= 0.3 +%ifpython2 Requires: python-singledispatch +%endif Requires: python-six %if 0%{?suse_version} Suggests: python-Jinja2