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 /mk | |
parent | f31b77d5b50a155c648bdab6ab7cd2dcd918c418 (diff) |
remove python2 dependencies and packages
Diffstat (limited to 'mk')
-rw-r--r-- | mk/python.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/python.mk b/mk/python.mk deleted file mode 100644 index 56008760a..000000000 --- a/mk/python.mk +++ /dev/null @@ -1,3 +0,0 @@ -PYTHON_VERSION=2.7 -PYTHON_LIBDIR:=$(STAGING_HOST_DIR)/usr/lib -PYTHON:=${STAGING_HOST_DIR}/usr/bin/python |