[packages/python-mock] - disable python3 here

qboosh qboosh at pld-linux.org
Sun Jan 17 18:26:59 CET 2021


commit 632ea2bbda4bd087d3084fe4fb4347c00f7571f5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jan 17 18:27:07 2021 +0100

    - disable python3 here

 python-mock.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-mock.spec b/python-mock.spec
index f2a9272..5dafb8d 100644
--- a/python-mock.spec
+++ b/python-mock.spec
@@ -1,8 +1,9 @@
+# NOTE: for version >= 4.0.0 (for python 3.6+) see python3-mock.spec
 #
 # Conditional build:
 %bcond_without	doc	# Sphinx documentation
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module (built from python3-mock.spec)
 %bcond_without	tests	# unit tests
 
 %define		module	mock
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-mock.git/commitdiff/632ea2bbda4bd087d3084fe4fb4347c00f7571f5



More information about the pld-cvs-commit mailing list