14
0
forked from pool/python-PyKMIP

- Remove SQL-issues.patch with the patch

fix-tests-SQLAlchemy-140.patch which actually resolves the
  problems (gh#OpenKMIP/PyKMIP#656).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=11
This commit is contained in:
2021-09-24 22:08:28 +00:00
committed by Git OBS Bridge
parent d882d4b7a0
commit aa4f32f92f
4 changed files with 506 additions and 398 deletions

View File

@@ -26,9 +26,9 @@ License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/OpenKMIP/PyKMIP
Source: https://files.pythonhosted.org/packages/source/P/PyKMIP/PyKMIP-%{version}.tar.gz
# PATCH-FIX-UPSTREAM SQL-issues.patch gh#OpenKMIP/PyKMIP#649 mcepl@suse.com
# skip tests failing due to gh#OpenKMIP/PyKMIP#649
Patch0: SQL-issues.patch
# PATCH-FIX-UPSTREAM fix-tests-SQLAlchemy-140.patch gh#OpenKMIP/PyKMIP#656 mcepl@suse.com
# fix tests to work with SQLAlchemy >= 1.4.0
Patch0: fix-tests-SQLAlchemy-140.patch
BuildRequires: %{python_module SQLAlchemy}
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module devel}