]> git.pld-linux.org Git - packages/python-libvirt.git/commitdiff
- disable python3 here master auto/th/python-libvirt-5.10.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Oct 2020 14:14:16 +0000 (16:14 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Oct 2020 14:14:16 +0000 (16:14 +0200)
python-libvirt.spec

index 80859a2e270b1f70c11db05f84d8e6dbac67e582..bbdf829fa039ac83bfe6b70d4c8d269db144207b 100644 (file)
@@ -1,9 +1,10 @@
+# NOTE: for versions >= 6 (for python 3.5+) see python3-libvirt.spec
 #
 # Conditional build:
 %bcond_without lxc             # LXC support
 %bcond_without qemu            # Qemu support
 %bcond_without python2         # CPython 2.x module
-%bcond_without python3         # CPython 3.x module
+%bcond_with    python3         # CPython 3.x module (built from python3-libvirt.spec)
 
 # qemu available only on x86 and ppc
 %ifnarch %{ix86} %{x8664} x32 ppc
This page took 0.157235 seconds and 4 git commands to generate.