diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index 0ca2041..f5f9e72 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -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