]> git.pld-linux.org Git - packages/python-pyjwt.git/commitdiff
- disable python3 here
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Jan 2021 17:33:02 +0000 (18:33 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Jan 2021 17:33:02 +0000 (18:33 +0100)
python-pyjwt.spec

index bb27cb19ca0a4b7cdaabbf9f2d63b02e39245d56..feec89a0ff90a55d82a3a2a7236500e2bf3a27ff 100644 (file)
@@ -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
This page took 0.072193 seconds and 4 git commands to generate.