17
0

Accepting request 757202 from home:kstreitova:branches:devel:languages:python

- add virtualenvwrapper-4.8.4-python_version.patch to use python3
  instead of python2

OBS-URL: https://build.opensuse.org/request/show/757202
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=65
This commit is contained in:
Tomáš Chvátal
2019-12-16 07:51:33 +00:00
committed by Git OBS Bridge
parent 9120c1b6c9
commit 98fb49cbc0
3 changed files with 21 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ License: MIT
Group: Development/Languages/Python
URL: https://virtualenvwrapper.readthedocs.io/
Source: https://files.pythonhosted.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
Patch0: virtualenvwrapper-4.8.4-python_version.patch
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -60,6 +61,7 @@ conflicts in their dependencies.
%prep
%setup -q -n virtualenvwrapper-%{version}
sed -i -e '1i#!/bin/sh' virtualenvwrapper.sh
%patch0 -p1
%build
%python_build