From 50159f3442c089feb094576fe85f8a4b3c512855aea7c08335f0341cdd555462 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 21 Jun 2023 17:24:45 +0000 Subject: [PATCH] Accepting request 1094340 from home:mcalabkova:branches:devel:languages:python - Drop unneeded six dependency OBS-URL: https://build.opensuse.org/request/show/1094340 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-acitoolkit?expand=0&rev=17 --- python-acitoolkit.changes | 5 +++++ python-acitoolkit.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-acitoolkit.changes b/python-acitoolkit.changes index ff9f448..6e6be19 100644 --- a/python-acitoolkit.changes +++ b/python-acitoolkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 21 10:39:27 UTC 2023 - Markéta Machová + +- Drop unneeded six dependency + ------------------------------------------------------------------- Tue May 3 10:46:59 UTC 2022 - pgajdos@suse.com diff --git a/python-acitoolkit.spec b/python-acitoolkit.spec index e13944a..42aff19 100644 --- a/python-acitoolkit.spec +++ b/python-acitoolkit.spec @@ -1,7 +1,7 @@ # # spec file for package python-acitoolkit # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -92,6 +92,8 @@ Python samples for using acitoolkit for programming ACI. chmod -x LICENSE NOTICE sed -i '1{/^#!.*env python/d}' acitoolkit/*.py samples/*.py samples/switch-commands/*.py +# drop unneeded six dependency +sed -i 's/six.moves.queue/queue/' acitoolkit/acisession.py rm applications/cableplan/.coverage applications/eventfeeds/.gitignore