diff options
-rw-r--r-- | recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch | 8 | ||||
-rw-r--r-- | recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb (renamed from recipes-containers/docker-compose/python3-docker-compose_1.25.0.bb) | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch b/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch index 8d204a77..6e5ca3d6 100644 --- a/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch +++ b/recipes-containers/docker-compose/files/0001-setup.py-remove-maximum-version-requirements.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 2685716409c560cdf94aee6262ed8c32ad137133 Mon Sep 17 00:00:00 2001 | 1 | From 1d358acd46c9ca71d848fca8c2d677414257f247 Mon Sep 17 00:00:00 2001 |
2 | From: Chen Qi <Qi.Chen@windriver.com> | 2 | From: Chen Qi <Qi.Chen@windriver.com> |
3 | Date: Fri, 22 Nov 2019 09:24:58 +0800 | 3 | Date: Fri, 22 Nov 2019 09:24:58 +0800 |
4 | Subject: [PATCH] setup.py: remove maximum version requirements | 4 | Subject: [PATCH] setup.py: remove maximum version requirements |
@@ -15,7 +15,7 @@ Signed-off-by: Ming Liu <liu.ming50@gmail.com> | |||
15 | 1 file changed, 11 insertions(+), 11 deletions(-) | 15 | 1 file changed, 11 insertions(+), 11 deletions(-) |
16 | 16 | ||
17 | diff --git a/setup.py b/setup.py | 17 | diff --git a/setup.py b/setup.py |
18 | index 23ae08a..eef2825 100644 | 18 | index 110441dc..eef28254 100644 |
19 | --- a/setup.py | 19 | --- a/setup.py |
20 | +++ b/setup.py | 20 | +++ b/setup.py |
21 | @@ -30,16 +30,16 @@ def find_version(*file_paths): | 21 | @@ -30,16 +30,16 @@ def find_version(*file_paths): |
@@ -24,7 +24,7 @@ index 23ae08a..eef2825 100644 | |||
24 | install_requires = [ | 24 | install_requires = [ |
25 | - 'cached-property >= 1.2.0, < 2', | 25 | - 'cached-property >= 1.2.0, < 2', |
26 | - 'docopt >= 0.6.1, < 1', | 26 | - 'docopt >= 0.6.1, < 1', |
27 | - 'PyYAML >= 3.10, < 5', | 27 | - 'PyYAML >= 3.10, < 6', |
28 | - 'requests >= 2.20.0, < 3', | 28 | - 'requests >= 2.20.0, < 3', |
29 | - 'texttable >= 0.9.0, < 2', | 29 | - 'texttable >= 0.9.0, < 2', |
30 | - 'websocket-client >= 0.32.0, < 1', | 30 | - 'websocket-client >= 0.32.0, < 1', |
@@ -55,5 +55,5 @@ index 23ae08a..eef2825 100644 | |||
55 | 55 | ||
56 | 56 | ||
57 | -- | 57 | -- |
58 | 2.7.4 | 58 | 2.25.0 |
59 | 59 | ||
diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.25.0.bb b/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb index ba35c49c..2dcad1e3 100644 --- a/recipes-containers/docker-compose/python3-docker-compose_1.25.0.bb +++ b/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8" | |||
5 | 5 | ||
6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
7 | 7 | ||
8 | SRC_URI[md5sum] = "275b32cffdad6b9816dc8b4c7e55600a" | 8 | SRC_URI[md5sum] = "893fbb804a9057d6c470b5312407e0d1" |
9 | SRC_URI[sha256sum] = "2c5fcbfd3ff445b6f3eebb549cb167ef1d8f70c5806aab8f309fc8fa74cd977e" | 9 | SRC_URI[sha256sum] = "fabae2bee4abfa7bdd09125b6bbdcdda81f946c7b16e3ccc6bb2d821ef6488f3" |
10 | 10 | ||
11 | SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \ | 11 | SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \ |
12 | file://0001-setup.py-import-fastentrypoints.patch \ | 12 | file://0001-setup.py-import-fastentrypoints.patch \ |