14
0

- only buildrequire futures / singledispatch if python2 is present

(fixes build in environments that don't have python2 at all)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=68
This commit is contained in:
Jan Matejek
2018-01-04 16:04:13 +00:00
committed by Git OBS Bridge
parent 5f0473b918
commit 34ef4d5534
2 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 4 15:56:26 UTC 2018 - jmatejek@suse.com
- only buildrequire futures / singledispatch if python2 is present
(fixes build in environments that don't have python2 at all)
-------------------------------------------------------------------
Wed Dec 6 13:59:31 UTC 2017 - tchvatal@suse.com