SHA256
15
0
forked from pool/python-fs

Accepting request 546304 from home:bmwiedemann:branches:devel:languages:python

Add python-fs-fix-ftp-test.patch to make ftp tests pass in 2018

OBS-URL: https://build.opensuse.org/request/show/546304
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fs?expand=0&rev=8
This commit is contained in:
2017-11-28 23:46:58 +00:00
committed by Git OBS Bridge
parent 1904e55792
commit 831fc41170
3 changed files with 70 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ Url: https://github.com/PyFilesystem/pyfilesystem2
Source: https://files.pythonhosted.org/packages/source/f/fs/fs-%{version}.tar.gz
# PATCH-FIX-UPSTREAM more-relaxed-requirements.patch sebix+novell.com@sebix.at -- Weaken the version dependencies
Patch0: more-relaxed-requirements.patch
# PATCH-FIX-OPENSUSE make ftp tests pass in 2018
Patch1: python-fs-fix-ftp-test.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
@@ -63,6 +65,7 @@ any of the supported filesystems (zip, ftp, S3 etc.).
%prep
%setup -q -n fs-%{version}
%patch0
%patch1 -p1
%build
%python_build