From 540e08046e6399a0f949565312d6a1390384f7ae Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Wed, 9 Jan 2019 14:03:47 +0100 Subject: [PATCH] Buildroot: MycroftOS: Remove Python2 dependency from python-typing --- ...ython2-dependency-from-python-typing.patch | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 buildroot-patches/0015-Remove-python2-dependency-from-python-typing.patch diff --git a/buildroot-patches/0015-Remove-python2-dependency-from-python-typing.patch b/buildroot-patches/0015-Remove-python2-dependency-from-python-typing.patch new file mode 100644 index 00000000..05c25d58 --- /dev/null +++ b/buildroot-patches/0015-Remove-python2-dependency-from-python-typing.patch @@ -0,0 +1,24 @@ +From aa61c7e2818d8514a9c5ad1f216aea57bcbf0f91 Mon Sep 17 00:00:00 2001 +From: Peter Steenbergen +Date: Wed, 9 Jan 2019 13:19:13 +0100 +Subject: [PATCH 1/1] Remove python2 dependency from python-typing Mycroft MSK + and MSN require it although Python 2.x should not need it. + +--- + package/python-typing/Config.in | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/package/python-typing/Config.in b/package/python-typing/Config.in +index 81b7d71b4b..3d7376f28b 100644 +--- a/package/python-typing/Config.in ++++ b/package/python-typing/Config.in +@@ -1,6 +1,5 @@ + config BR2_PACKAGE_PYTHON_TYPING + bool "python-typing" +- depends on BR2_PACKAGE_PYTHON + help + Type Hints for Python. This is a backport of the standard + library typing module to Python versions older than 3.5. +-- +2.11.0 +