]> git.pld-linux.org Git - packages/python-lz4.git/commitdiff
- disable python3 here
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 24 Mar 2022 20:43:29 +0000 (21:43 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 24 Mar 2022 20:43:29 +0000 (21:43 +0100)
python-lz4.spec

index 092d64b70dddccd22f3045c81c6867d35c20c4fc..efecd6540032af6f1cb40731f66c55dc659c57f3 100644 (file)
@@ -1,11 +1,9 @@
 #
-# TODO: versions 3.0.0+ support only python 3.6+
-#
 # Conditional build:
 %bcond_without doc     # Sphinx documentation
 %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-lz4.spec)
 
 %define                module  lz4
 Summary:       LZ4 bindings for Python
This page took 0.152429 seconds and 4 git commands to generate.