diff --git a/buildroot-external/package/python-mycroft/0001-Bump-python-tornado-and-python-dateutil-versions-as-.patch b/buildroot-external/package/python-mycroft/0001-Bump-python-tornado-and-python-dateutil-versions-as-.patch new file mode 100644 index 00000000..14363f38 --- /dev/null +++ b/buildroot-external/package/python-mycroft/0001-Bump-python-tornado-and-python-dateutil-versions-as-.patch @@ -0,0 +1,35 @@ +From 6f5b4940d26bc3d3413cd750f3e7e17c5e9e5db7 Mon Sep 17 00:00:00 2001 +From: Peter Steenbergen +Date: Wed, 4 Sep 2019 16:01:39 +0200 +Subject: [PATCH 1/1] Bump python-tornado and python-dateutil versions as + requirements + +--- + requirements.txt | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/requirements.txt b/requirements.txt +index 11f08860cc..661dfcbe03 100644 +--- a/requirements.txt ++++ b/requirements.txt +@@ -6,7 +6,7 @@ gTTS-token==1.1.3 + PyAudio==0.2.11 + pyee==5.0.0 + SpeechRecognition==3.8.1 +-tornado==4.5.3 ++tornado==5.1.1 + websocket-client==0.54.0 + requests-futures==0.9.5 + pyalsaaudio==0.8.2 +@@ -16,7 +16,7 @@ psutil==5.2.1 + pocketsphinx==0.1.0 + inflection==0.3.1 + pillow==4.1.1 +-python-dateutil==2.6.0 ++python-dateutil==2.7.5 + pychromecast==3.2.2 + python-vlc==1.1.2 + pulsectl==17.7.4 +-- +2.11.0 + diff --git a/buildroot-external/package/python-mycroft/0002-Bump-python-tornado-requirement-to-5.1.1.patch b/buildroot-external/package/python-mycroft/0002-Bump-python-tornado-requirement-to-5.1.1.patch deleted file mode 100644 index 96d70b08..00000000 --- a/buildroot-external/package/python-mycroft/0002-Bump-python-tornado-requirement-to-5.1.1.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 9fbd29b3c0442191706468fdd14270749e358211 Mon Sep 17 00:00:00 2001 -From: Peter Steenbergen -Date: Fri, 25 Jan 2019 13:04:53 +0100 -Subject: [PATCH 1/1] Bump python-tornado requirement to 5.1.1 This because - 4.5.3 does not compile on the host with Python 3.7 - ---- - requirements.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/requirements.txt b/requirements.txt -index 94ffe987e8..5fe21dfa80 100644 ---- a/requirements.txt -+++ b/requirements.txt -@@ -5,7 +5,7 @@ gTTS-token==1.1.3 - PyAudio==0.2.11 - pyee==1.0.1 - SpeechRecognition==3.8.1 --tornado==4.5.3 -+tornado==5.1.1 - websocket-client==0.32.0 - requests-futures==0.9.5 - pyalsaaudio==0.8.2 --- -2.11.0 - diff --git a/buildroot-external/package/python-mycroft/0003-Bump-python-dateutil-requirement-to-2.7.5.patch b/buildroot-external/package/python-mycroft/0003-Bump-python-dateutil-requirement-to-2.7.5.patch deleted file mode 100644 index 80824a64..00000000 --- a/buildroot-external/package/python-mycroft/0003-Bump-python-dateutil-requirement-to-2.7.5.patch +++ /dev/null @@ -1,25 +0,0 @@ -From e5c877740c298fc07fcbadd29ca00c02cfb49ca5 Mon Sep 17 00:00:00 2001 -From: Peter Steenbergen -Date: Tue, 29 Jan 2019 10:25:42 +0100 -Subject: [PATCH 1/1] Bump python-dateutil requirement to 2.7.5 - ---- - requirements.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/requirements.txt b/requirements.txt -index 5fe21dfa80..7f481ccb93 100644 ---- a/requirements.txt -+++ b/requirements.txt -@@ -15,7 +15,7 @@ psutil==5.2.1 - pocketsphinx==0.1.0 - inflection==0.3.1 - pillow==4.1.1 --python-dateutil==2.6.0 -+python-dateutil==2.7.5 - pychromecast==0.7.7 - python-vlc==1.1.2 - pulsectl==17.7.4 --- -2.11.0 -