14
0
forked from pool/python-PyNaCl

- add fix_tests.patch for new pytest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=9
This commit is contained in:
2019-07-18 11:13:25 +00:00
committed by Git OBS Bridge
parent d2302a1307
commit 5d3741dade
3 changed files with 78 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ Url: https://github.com/pyca/pynacl/
Source: https://pypi.org/packages/source/P/PyNaCl/PyNaCl-%{version}.tar.gz
# https://github.com/pyca/pynacl/commit/a8c08b18f3a2e8f2140c531afaf42715fcab68e7
Patch0: python-PyNaCl-hypothesis-remove-average_size.patch
Patch1: fix_tests.patch
BuildRequires: %{python_module base}
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module devel}
@@ -50,7 +51,7 @@ speed.
%prep
%setup -q -n PyNaCl-%{version}
%patch0 -p1
%autopatch -p1
rm -Rf src/libsodium
%build