[packages/python-responses] - disable python2 here
qboosh
qboosh at pld-linux.org
Thu Mar 10 19:56:46 CET 2022
commit 127277bc8e2ce34b24642d2ade00de91784072ad
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Mar 10 19:58:51 2022 +0100
- disable python2 here
python-responses.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-responses.spec b/python-responses.spec
index cb83846..54933e6 100644
--- a/python-responses.spec
+++ b/python-responses.spec
@@ -2,7 +2,7 @@
# Conditional build:
%bcond_without tests # unit tests
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-responses.spec)
%define module responses
Summary: A utility for mocking out the Python Requests library
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-responses.git/commitdiff/127277bc8e2ce34b24642d2ade00de91784072ad
More information about the pld-cvs-commit
mailing list