mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
python3-docker-compose: update to 1.25.4
Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
eb80f0c0ba
commit
9593a7dc20
|
@ -1,4 +1,4 @@
|
|||
From 2685716409c560cdf94aee6262ed8c32ad137133 Mon Sep 17 00:00:00 2001
|
||||
From 1d358acd46c9ca71d848fca8c2d677414257f247 Mon Sep 17 00:00:00 2001
|
||||
From: Chen Qi <Qi.Chen@windriver.com>
|
||||
Date: Fri, 22 Nov 2019 09:24:58 +0800
|
||||
Subject: [PATCH] setup.py: remove maximum version requirements
|
||||
|
@ -15,7 +15,7 @@ Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|||
1 file changed, 11 insertions(+), 11 deletions(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 23ae08a..eef2825 100644
|
||||
index 110441dc..eef28254 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -30,16 +30,16 @@ def find_version(*file_paths):
|
||||
|
@ -24,7 +24,7 @@ index 23ae08a..eef2825 100644
|
|||
install_requires = [
|
||||
- 'cached-property >= 1.2.0, < 2',
|
||||
- 'docopt >= 0.6.1, < 1',
|
||||
- 'PyYAML >= 3.10, < 5',
|
||||
- 'PyYAML >= 3.10, < 6',
|
||||
- 'requests >= 2.20.0, < 3',
|
||||
- 'texttable >= 0.9.0, < 2',
|
||||
- 'websocket-client >= 0.32.0, < 1',
|
||||
|
@ -55,5 +55,5 @@ index 23ae08a..eef2825 100644
|
|||
|
||||
|
||||
--
|
||||
2.7.4
|
||||
2.25.0
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8"
|
|||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI[md5sum] = "275b32cffdad6b9816dc8b4c7e55600a"
|
||||
SRC_URI[sha256sum] = "2c5fcbfd3ff445b6f3eebb549cb167ef1d8f70c5806aab8f309fc8fa74cd977e"
|
||||
SRC_URI[md5sum] = "893fbb804a9057d6c470b5312407e0d1"
|
||||
SRC_URI[sha256sum] = "fabae2bee4abfa7bdd09125b6bbdcdda81f946c7b16e3ccc6bb2d821ef6488f3"
|
||||
|
||||
SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \
|
||||
file://0001-setup.py-import-fastentrypoints.patch \
|
Loading…
Reference in New Issue
Block a user