]> git.pld-linux.org Git - packages/python-feedparser.git/commitdiff
disable python3 here
authorJan Palus <atler@pld-linux.org>
Thu, 11 Mar 2021 10:59:09 +0000 (11:59 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 11 Mar 2021 10:59:09 +0000 (11:59 +0100)
python-feedparser.spec

index 43521e3200311b98cee9c84a5f4cac6dc2a1b490..c8860fab2c1e3d49d51ff800691319ba1633214f 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with    python3 # CPython 3.x module
 %bcond_with    tests   # perform "make test" (3 tests fail)
 
 %define        module  feedparser
This page took 0.123304 seconds and 4 git commands to generate.