forked from pool/python-acitoolkit
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user