commit 3ed73992846d8f0106c967cce3fc8e6a90917097
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Sep 6 19:27:34 2016 +0300

    enable python3 package as is
    
    update test deps
    
    - python3-urllib3 -- ImportError: No module named 'urllib3'

 python-httpretty.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-httpretty.spec b/python-httpretty.spec
index 646e822..3ed2f11 100644
--- a/python-httpretty.spec
+++ b/python-httpretty.spec
@@ -8,7 +8,7 @@
 # will notice that the travis build for python 3 might be broken, and
 # while pull requests fixing py3 support are most welcome, it is still
 # not official at least *for now*.
-%bcond_with    python3 # CPython 3.x module
+%bcond_without python3 # CPython 3.x module
 
 %define        module  httpretty
 Summary:       HTTP client mock for Python
@@ -42,6 +42,8 @@ BuildRequires:        python3-httplib2
 BuildRequires: python3-nose
 BuildRequires: python3-requests
 BuildRequires: python3-tornado
+# AUTO: -- ImportError: No module named 'urllib3'
+BuildRequires: python3-urllib3
 %endif
 %endif
 Requires:      python-modules
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-httpretty.git/commitdiff/3ed73992846d8f0106c967cce3fc8e6a90917097

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to