[packages/python-pyjwt] - disable python3 here

qboosh qboosh at pld-linux.org
Thu Jan 21 18:32:54 CET 2021


commit afd691c43e158b8696c7355d32b2e3c929f3dd36
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jan 21 18:33:02 2021 +0100

    - disable python3 here

 python-pyjwt.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-pyjwt.spec b/python-pyjwt.spec
index bb27cb1..feec89a 100644
--- a/python-pyjwt.spec
+++ b/python-pyjwt.spec
@@ -1,8 +1,9 @@
+# NOTE: for versions >= 2.0.0 (for python 3.6+) see python3-pyjwt.spec
 #
 # Conditional build:
 %bcond_with	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-pyjwt.spec)
 
 %define		module	pyjwt
 Summary:	JSON Web Token implementation in Python 2
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pyjwt.git/commitdiff/afd691c43e158b8696c7355d32b2e3c929f3dd36



More information about the pld-cvs-commit mailing list