Use patch -p0 not -p1 since we are using a different setup directive
This commit is contained in:
parent
fd864063a9
commit
b8ae11f27e
@ -66,7 +66,7 @@ flow.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qc
|
%setup -qc
|
||||||
%patch0 -p1 -b .tweak_timeouts
|
%patch0 -p0 -b .tweak_timeouts
|
||||||
mv %{pkgname}-%{version} python2
|
mv %{pkgname}-%{version} python2
|
||||||
# remove shebang, mergedbs gets installed in sitelib
|
# remove shebang, mergedbs gets installed in sitelib
|
||||||
%{__sed} -i -e 1,2d python2/src/hypothesis/tools/mergedbs.py
|
%{__sed} -i -e 1,2d python2/src/hypothesis/tools/mergedbs.py
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user