Fix SPEC
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygal?expand=0&rev=12
This commit is contained in:
parent
3011289e7c
commit
257931ff67
@ -1,11 +1,16 @@
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -1,7 +1,7 @@
|
||||
@@ -1,13 +1,6 @@
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
||||
-[pytest]
|
||||
+[tools:pytest]
|
||||
flake8-ignore =
|
||||
*.py E731 E402
|
||||
pygal/__init__.py F401
|
||||
-flake8-ignore =
|
||||
- *.py E731 E402
|
||||
- pygal/__init__.py F401
|
||||
- pygal/_compat.py F821 F401
|
||||
- docs/conf.py ALL
|
||||
-
|
||||
[egg_info]
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
|
@ -57,6 +57,7 @@ It supports various chart types and CSS styling.
|
||||
%prep
|
||||
%setup -q -n pygal-%{version}
|
||||
%autopatch -p1
|
||||
|
||||
cp %{SOURCE10} .
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user