]> granicus.if.org Git - graphviz/commitdiff
remove useless --disable-python2* options in Debian rules
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 3 Jun 2021 03:18:31 +0000 (20:18 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 15:25:52 +0000 (08:25 -0700)
These options were removed in 3caeb0ae2a38fdefb9f302f41407f5038e374010 but were
not removed from this file. Related to #1992.

debian/rules

index 3124c02b504a07a11bd7c8e6fb94e365dfa19ecf..998861903828ad73c2641299c3c181b20480d1f9 100755 (executable)
@@ -82,11 +82,6 @@ configure-stamp:
        --enable-ocaml \
        --enable-php \
        --enable-python \
-       --disable-python23 \
-       --disable-python24 \
-       --disable-python25 \
-       --disable-python26 \
-       --disable-python27 \
        --disable-r \
        --enable-ruby \
        --enable-tcl \