From f4142399ae5fe00ce97b987a50d5536c64e5c4c7e707325cc3becb69827c0881 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 20 Oct 2022 12:07:11 +0000 Subject: [PATCH] Accepting request 1030133 from home:pgajdos:python - python-six is not required OBS-URL: https://build.opensuse.org/request/show/1030133 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proselint?expand=0&rev=26 --- python-proselint.changes | 5 +++++ python-proselint.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-proselint.changes b/python-proselint.changes index 88b1f04..e1a9a42 100644 --- a/python-proselint.changes +++ b/python-proselint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 20 10:05:08 UTC 2022 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Fri Feb 11 19:17:53 UTC 2022 - Benedikt Fein diff --git a/python-proselint.spec b/python-proselint.spec index 8fa6947..27a92bc 100644 --- a/python-proselint.spec +++ b/python-proselint.spec @@ -35,7 +35,6 @@ BuildRequires: python-rpm-macros Requires: python-click Requires: python-dbm Requires: python-future -Requires: python-six Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch @@ -44,7 +43,6 @@ BuildRequires: %{python_module click} BuildRequires: %{python_module dbm} BuildRequires: %{python_module future} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module six} %if %{with python2} BuildRequires: python-mock %endif