From 4fcbcbe3cbeefbe1fe8e806ba5f8fe88b565717ef7db86c5517015a21f3b8de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 19 Sep 2023 11:51:42 +0000 Subject: [PATCH] Accepting request 1112269 from home:mimi_vx:branches:devel:languages:python - remove unneded six from setup.py OBS-URL: https://build.opensuse.org/request/show/1112269 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=18 --- python-Automat.changes | 5 +++++ python-Automat.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-Automat.changes b/python-Automat.changes index e47fef9..678a857 100644 --- a/python-Automat.changes +++ b/python-Automat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 19 11:48:17 UTC 2023 - Ondřej Súkup + +- remove unneded six from setup.py + ------------------------------------------------------------------- Fri Apr 21 12:19:11 UTC 2023 - Dirk Müller diff --git a/python-Automat.spec b/python-Automat.spec index 045b518..f989a78 100644 --- a/python-Automat.spec +++ b/python-Automat.spec @@ -62,8 +62,7 @@ automata (particularly deterministic finite-state transducers). %prep %setup -q -n Automat-%{version} -# we don't care about the long_description, avoid unmaintained m2r -sed -i "/'m2r'/d" setup.py +sed -i "/six/d" setup.py %build %python_build