diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-09 09:27:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-09 09:27:32 +0100 |
commit | 179b687e2f99d3b843c657b42c991200e460aaa1 (patch) | |
tree | f93aa088f8a5ff8316cc6cbf8bc1f89907402c60 /package/dbus-python/patches/patch-configure | |
parent | f31b77d5b50a155c648bdab6ab7cd2dcd918c418 (diff) |
remove python2 dependencies and packages
Diffstat (limited to 'package/dbus-python/patches/patch-configure')
-rw-r--r-- | package/dbus-python/patches/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/dbus-python/patches/patch-configure b/package/dbus-python/patches/patch-configure deleted file mode 100644 index f13116469..000000000 --- a/package/dbus-python/patches/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- dbus-python-1.2.0.orig/configure 2013-05-08 09:48:42.000000000 +0200 -+++ dbus-python-1.2.0/configure 2013-12-13 12:52:44.522656370 +0100 -@@ -11762,7 +11762,7 @@ $as_echo "$as_me: PYTHON_INCLUDES overri - else - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Python headers using $PYTHON-config --includes" >&5 - $as_echo_n "checking for Python headers using $PYTHON-config --includes... " >&6; } -- PYTHON_INCLUDES=`$PYTHON-config --includes` -+ PYTHON_INCLUDES=`python-config --includes` - if test $? = 0; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_INCLUDES" >&5 - $as_echo "$PYTHON_INCLUDES" >&6; } |