14
0

- Add patch from upstream to fix one failing test:

* tests.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=86
This commit is contained in:
Tomáš Chvátal
2020-07-07 09:08:27 +00:00
committed by Git OBS Bridge
parent bb9d383653
commit e024492b2f
3 changed files with 56 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ Summary: Virtual Python Environment builder
License: MIT
URL: http://www.virtualenv.org/
Source: https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
Patch0: tests.patch
BuildRequires: %{python_module setuptools >= 41.0.0}
BuildRequires: %{python_module setuptools_scm >= 2}
BuildRequires: fdupes
@@ -87,6 +88,7 @@ libraries either).
%prep
%setup -q -n virtualenv-%{version}
%autopatch -p1
%build
%python_build