15
0
forked from pool/python-datrie

Accepting request 937413 from home:pgajdos:python

- do not require pytest-runner for build, not required

OBS-URL: https://build.opensuse.org/request/show/937413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-datrie?expand=0&rev=21
This commit is contained in:
2021-12-09 16:48:29 +00:00
committed by Git OBS Bridge
parent 5f81e98cb8
commit 65169a26e5
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 9 08:43:20 UTC 2021 - pgajdos@suse.com
- do not require pytest-runner for build, not required
-------------------------------------------------------------------
Mon May 17 09:07:53 UTC 2021 - pgajdos@suse.com

View File

@@ -29,7 +29,6 @@ Patch0: datrie-bigendian.patch
BuildRequires: %{python_module Cython >= 0.26.1}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -42,6 +41,8 @@ A trie data structure for Python (2.x and 3.x). Uses libdatrie.
%prep
%setup -q -n datrie-%{version}
%patch0 -p1
# https://github.com/pytries/datrie/pull/89
sed -i 's:pytest-runner::' setup.py
%build
pushd src