14
0

- Add patch to fix libxcrypt compatibility:

* python-passlib-1.7.1-libxcrypt-compat.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=33
This commit is contained in:
Tomáš Chvátal
2019-03-18 10:51:16 +00:00
committed by Git OBS Bridge
parent 81869a0620
commit a540d3bc73
3 changed files with 32 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://bitbucket.org/ecollins/passlib
Source: https://files.pythonhosted.org/packages/source/p/passlib/passlib-%{version}.tar.gz
Patch0: python-passlib-1.7.1-libxcrypt-compat.patch
# test requirements
BuildRequires: %{python_module nose}
BuildRequires: %{python_module setuptools}
@@ -42,6 +43,7 @@ applications.
%prep
%setup -q -n passlib-%{version}
%patch0 -p1
%build
%python_build