]> git.pld-linux.org Git - packages/python-serpent.git/commitdiff
- disable python3 here auto/th/python-serpent-1.28-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Feb 2021 05:37:30 +0000 (06:37 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Feb 2021 05:37:30 +0000 (06:37 +0100)
python-serpent.spec

index d32b145e52a4c8b270482c47dee87dbc807633f9..caaf9d24f7806ba97c4ded4b31e873f15f876beb 100644 (file)
@@ -1,8 +1,9 @@
+# NOTE: for versions >= 1.30 (for Python 3.5+) see python3-serpent.spec
 #
 # Conditional build:
 %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-serpent.spec)
 
 Summary:       Serialization based on ast.literal_eval
 Summary(pl.UTF-8):     Serializacja oparta na ast.literal_eval
This page took 0.096585 seconds and 4 git commands to generate.