[packages/python-pytest-freezegun] - disable python3 here

qboosh qboosh at pld-linux.org
Sun Feb 14 17:12:33 CET 2021


commit 72a87f9517bfb652cd975ea1823b6c626b551100
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 14 17:13:05 2021 +0100

    - disable python3 here

 python-pytest-freezegun.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-pytest-freezegun.spec b/python-pytest-freezegun.spec
index 7ef8f81..1f17a7c 100644
--- a/python-pytest-freezegun.spec
+++ b/python-pytest-freezegun.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pytest-freezegun.git/commitdiff/72a87f9517bfb652cd975ea1823b6c626b551100



More information about the pld-cvs-commit mailing list