From fdee4bf064e79753fc331339e847a7e8e4bdc7ff Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 8 Sep 2015 12:37:13 -0400 Subject: [PATCH] Remove some debug statements. --- python-urllib3.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index d7f469d..c2ba75c 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -132,8 +132,6 @@ ln -s ../../backports/ssl_match_hostname %{buildroot}/%{python2_sitelib}/urllib3 # Copy in six.py just for the test suite. cp %{python2_sitelib}/six.* %{buildroot}/%{python2_sitelib}/. cp -r %{python2_sitelib}/backports %{buildroot}/%{python2_sitelib}/. -ls -alh %{buildroot}/%{python2_sitelib}/urllib3/packages/ -ls -alh %{buildroot}/%{python2_sitelib} # dummyserver is part of the unittest framework rm -rf %{buildroot}%{python2_sitelib}/dummyserver @@ -153,7 +151,6 @@ cp %{SOURCE1} %{buildroot}/%{python3_sitelib}/urllib3/packages/ssl_match_hostnam # Copy in six.py just for the test suite. cp %{python3_sitelib}/six.* %{buildroot}/%{python3_sitelib}/. -ls -alh %{buildroot}/%{python3_sitelib} # dummyserver is part of the unittest framework rm -rf %{buildroot}%{python3_sitelib}/dummyserver