forked from pool/python-virtualenv
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:
committed by
Git OBS Bridge
parent
9f9d5f8bdd
commit
f19b851a67
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user