14
0
Tomáš Chvátal
2019-05-24 15:39:29 +00:00
committed by Git OBS Bridge
parent 6ce200b1ba
commit 9120c1b6c9

View File

@@ -26,7 +26,6 @@ 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.2-fix-bashisms.patch
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -60,7 +59,6 @@ conflicts in their dependencies.
%prep
%setup -q -n virtualenvwrapper-%{version}
%patch0 -p1
sed -i -e '1i#!/bin/sh' virtualenvwrapper.sh
%build