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