]> git.pld-linux.org Git - packages/python-pyfakefs.git/commitdiff
- disable python3 here master
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 May 2020 15:24:58 +0000 (17:24 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 May 2020 15:24:58 +0000 (17:24 +0200)
python-pyfakefs.spec

index d50073cce2d79f69b2d9398e7666fae35cd268cc..30155897422aace150c95605bc653a5e99a991bd 100644 (file)
@@ -1,13 +1,15 @@
+# NOTE: for versions >= 4 for python 3.5+ see python3-pyfakefs.spec
 #
 # Conditional build:
 %bcond_without doc     # Sphinx documentation
 %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-pyfakefs.spec)
 
 Summary:       Fake file system that mocks the Python 2 file system modules
 Summary(pl.UTF-8):     Fałszywy system plików będący atrapą modułów systemowych Pythona 2 dla plików
 Name:          python-pyfakefs
+# NOTE: keep 3.x for python2 support
 Version:       3.7.2
 Release:       1
 License:       Apache v2.0
This page took 0.10772 seconds and 4 git commands to generate.