forked from pool/python-pygaljs
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:
commit
a8e355dd39
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user