14
0

Accepting request 1112270 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1112270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Automat?expand=0&rev=8
This commit is contained in:
2023-09-22 19:47:05 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 19 11:48:17 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- remove unneded six from setup.py
-------------------------------------------------------------------
Fri Apr 21 12:19:11 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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