]> git.pld-linux.org Git - packages/python-pytest-freezegun.git/commitdiff
- disable python3 here auto/th/python-pytest-freezegun-0.3.0.post1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Feb 2021 16:13:05 +0000 (17:13 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Feb 2021 16:13:05 +0000 (17:13 +0100)
python-pytest-freezegun.spec

index 7ef8f81dfa0c9bcb3386d9ac6c61d426d257646b..1f17a7cbf85cd1eb55e14ee6a55dcdbbc814be49 100644 (file)
@@ -1,8 +1,9 @@
+# NOTE: for versions >= 0.4.0 (for Python 3.5+) see python3-pytest-freezegun.spec
 #
 # Conditional build:
 %bcond_with    tests   # unit tests (not included in sdist)
 %bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with    python3 # CPython 3.x module (built from python3-pytest-freezegun.spec)
 
 Summary:       Wrap tests with fixtures in freeze_time
 Summary(pl.UTF-8):     Obudowywanie testów z wyposażeniem w zamrożonym czasie
This page took 0.150096 seconds and 4 git commands to generate.