14
0

Accepting request 624311 from home:mwilck:branches:devel:languages:python

- Fix failure of virtualenv --always-copy (bsc#1102096)

OBS-URL: https://build.opensuse.org/request/show/624311
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=59
This commit is contained in:
Tomáš Chvátal
2018-07-20 18:20:22 +00:00
committed by Git OBS Bridge
parent 9f9d5f8bdd
commit f19b851a67
3 changed files with 33 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ Summary: Virtual Python Environment builder
License: MIT
Group: Development/Languages/Python
Source: https://pypi.io/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
Patch01: pypa-virtualenv-1189.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -60,6 +61,7 @@ libraries either).
%prep
%setup -q -n virtualenv-%{version}
%patch01 -p1
%build
%python_build