From 23dbec49e22dab3e531480ed050ac59a439ffcac5a0ef36ff32c1dbf5731a0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 14 Mar 2020 08:13:51 +0000 Subject: [PATCH] - Femove leftover py2 dependencies OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=11 --- python-jaraco.functools.changes | 5 +++++ python-jaraco.functools.spec | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python-jaraco.functools.changes b/python-jaraco.functools.changes index 91e3a45..844989c 100644 --- a/python-jaraco.functools.changes +++ b/python-jaraco.functools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 14 08:13:39 UTC 2020 - Tomáš Chvátal + +- Femove leftover py2 dependencies + ------------------------------------------------------------------- Mon Mar 9 13:14:29 UTC 2020 - Marketa Calabkova diff --git a/python-jaraco.functools.spec b/python-jaraco.functools.spec index ab2a6d1..0333f9f 100644 --- a/python-jaraco.functools.spec +++ b/python-jaraco.functools.spec @@ -34,14 +34,9 @@ BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python2-backports.functools_lru_cache -BuildRequires: python2-backports.unittest_mock Requires: python-jaraco.base >= 6.1 Requires: python-more-itertools BuildArch: noarch -%ifpython2 -Requires: python-backports.functools_lru_cache -%endif %python_subpackages %description