From: Matthew Fernandez Date: Thu, 3 Jun 2021 03:18:31 +0000 (-0700) Subject: remove useless --disable-python2* options in Debian rules X-Git-Tag: 2.47.3~4^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=877d3fd523bb0a5a4da7fada4531b933f37f4c61;p=graphviz remove useless --disable-python2* options in Debian rules These options were removed in 3caeb0ae2a38fdefb9f302f41407f5038e374010 but were not removed from this file. Related to #1992. --- diff --git a/debian/rules b/debian/rules index 3124c02b5..998861903 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \