]> git.pld-linux.org Git - packages/python-requests.git/blobdiff - python-requests.spec
- tests don't work offline, disable tests then
[packages/python-requests.git] / python-requests.spec
index 1ffd4dc91310cb1e6c131fd5fb23353df2402032..a74f63f6326410cadf92b0e728568e69b8ffb67a 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without tests   # do not perform "make test"
+%bcond_with    tests   # do not perform "make test"
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 %bcond_without bundled # Bundle Libraries
@@ -22,7 +22,6 @@ URL:          http://python-requests.org
 # + manual removal from setup.py
 Patch0:                system-charade-and-urllib3.patch
 Patch1:                system-cert.patch
-Patch2:                requests-test.patch
 %if %{with python2}
 BuildRequires: python-modules >= 1:2.6
 %if %{without bundled}
@@ -115,7 +114,6 @@ Ten pakiet zawiera moduĊ‚ dla Pythona 3.x.
 %setup -q -n %{module}-%{version}
 %{!?with_bundled:%patch0 -p1}
 %patch1 -p1
-%patch2 -p1
 
 %build
 %if %{with python2}
This page took 0.073211 seconds and 4 git commands to generate.