diff --git a/python-kombu.changes b/python-kombu.changes index b5a1630..c38fad7 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 12 07:23:49 UTC 2020 - Tomáš Chvátal + +- Fix build without python2 + ------------------------------------------------------------------- Fri Dec 20 19:05:23 UTC 2019 - Dirk Mueller diff --git a/python-kombu.spec b/python-kombu.spec index 6e4b67f..43a76b5 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -1,7 +1,7 @@ # # spec file for package python-kombu # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,8 +44,8 @@ BuildRequires: python-rpm-macros Requires: python-amqp >= 2.5.2 Requires: python-importlib-metadata >= 0.18 Requires: python-setuptools -Recommends: python-PyYAML >= 3.10 Recommends: python-Brotli >= 1.0.0 +Recommends: python-PyYAML >= 3.10 Obsoletes: python-carrot BuildArch: noarch %python_subpackages @@ -81,6 +81,6 @@ sed -i -e 's:==:>=:g' requirements/*.txt requirements/extras/*.txt %license LICENSE %doc AUTHORS FAQ README.rst THANKS TODO %{python_sitelib}/kombu -%{python_sitelib}/kombu-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/kombu-%{version}-py*.egg-info %changelog