15
0

- Do not restrict pytest 5 as we work with it

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Arpeggio?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2020-05-06 07:07:05 +00:00
committed by Git OBS Bridge
parent 8084d318c6
commit b805fdec22
2 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 6 07:06:42 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Do not restrict pytest 5 as we work with it
-------------------------------------------------------------------
Thu Jan 2 07:31:39 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -22,12 +22,9 @@ Version: 1.9.2
Release: 0
Summary: Packrat parser interpreter
License: MIT
Group: Development/Languages/Python
URL: https://github.com/textX/Arpeggio/
Source: https://github.com/textX/Arpeggio/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# https://github.com/textX/Arpeggio/issues/57
BuildRequires: %{python_module pytest < 5.0}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -43,7 +40,7 @@ Arpeggio) see textX
%prep
%setup -q -n Arpeggio-%{version}
%autopatch -p1
sed -i -e '/pytest-runner/d' setup.py
%build
%python_build