Bring this back.

This commit is contained in:
Ralph Bean 2016-05-03 10:55:00 -04:00
parent 05973779a5
commit b73a1a95e6

View File

@ -102,6 +102,10 @@ Python3 HTTP module with connection pooling and file POST abilities.
%prep
%setup -q -n %{srcname}-%{version}
# Drop the dummyserver tests in koji. They fail there in real builds, but not
# in scratch builds (weird).
rm -rf test/with_dummyserver/
%if 0%{?rhel} && 0%{?rhel} <= 6
%patch100 -p1
%endif