]> git.pld-linux.org Git - packages/python-linux-procfs.git/commitdiff
- disable python3 here master
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 16 Jan 2023 17:16:08 +0000 (18:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 16 Jan 2023 17:16:08 +0000 (18:16 +0100)
python-linux-procfs.spec

index 280d0fe4325be272c3793a598f65bce6a872e794..d36099e76ce0118811340fa3a275d6d2b17c6595 100644 (file)
@@ -1,11 +1,12 @@
 #
 # Conditional build:
 %bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with    python3 # CPython 3.x module (built from python3-linux-procfs.spec)
 
 Summary:       Linux /proc abstraction classes for Python 2
 Summary(pl.UTF-8):     Klasy abstrakcji linuksowego /proc dla Pythona 2
 Name:          python-linux-procfs
+# keep 0.7.0 here for python2 support (0.7.1 uses f-strings, thus requires 3.6+)
 Version:       0.7.0
 Release:       5
 License:       GPL v2
This page took 0.189934 seconds and 4 git commands to generate.