]> git.pld-linux.org Git - packages/python-mock.git/commitdiff
- disable python3 here
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Jan 2021 17:27:07 +0000 (18:27 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Jan 2021 17:27:07 +0000 (18:27 +0100)
python-mock.spec

index f2a927280604f409be041d35a6a5cb0d69606dcc..5dafb8d6adbfe02660b331556e116d83e7be1b63 100644 (file)
@@ -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
This page took 0.074131 seconds and 4 git commands to generate.