1
0

Accepting request 717012 from devel:languages:python

- Fix building with new pytest releases

OBS-URL: https://build.opensuse.org/request/show/717012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygaljs?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-07-30 11:02:07 +00:00 committed by Git OBS Bridge
commit a8e355dd39
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 19 10:11:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix building with new pytest releases
-------------------------------------------------------------------
Tue Mar 26 15:51:36 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -25,7 +25,6 @@ License: GPL-3.0-or-later
Group: Development/Languages/Python
URL: https://github.com/ionelmc/python-pygaljs
Source: https://files.pythonhosted.org/packages/source/p/pygaljs/pygaljs-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@ -38,6 +37,7 @@ Python package providing assets from https://github.com/Kozea/pygal.js
%prep
%setup -q -n pygaljs-%{version}
sed -i -e 's/\[pytest\]/\[tools:pytest\]/g' setup.cfg
%build
%python_build