15
0

Accepting request 1094466 from devel:languages:python

Forwarded request #1094340 from mcalabkova

- Drop unneeded six dependency

OBS-URL: https://build.opensuse.org/request/show/1094466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acitoolkit?expand=0&rev=6
This commit is contained in:
2023-06-21 20:40:30 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 21 10:39:27 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Drop unneeded six dependency
-------------------------------------------------------------------
Tue May 3 10:46:59 UTC 2022 - pgajdos@suse.com

View File

@@ -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