From 546b2f282930799a5ab9de9119d9e431e40f23e5 Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Tue, 29 Jan 2019 10:54:10 +0100 Subject: [PATCH] MycroftOS: Bump python-dateutil requirement to 2.7.5 --- ...python-dateutil-requirement-to-2.7.5.patch | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 buildroot-external/package/python-mycroft/0003-Bump-python-dateutil-requirement-to-2.7.5.patch 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 new file mode 100644 index 00000000..80824a64 --- /dev/null +++ b/buildroot-external/package/python-mycroft/0003-Bump-python-dateutil-requirement-to-2.7.5.patch @@ -0,0 +1,25 @@ +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 +