diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-02 12:49:01 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-03 15:15:42 -0700 |
commit | 5a0b8657cdf1c96ed67abd6b088c17b58e2e2015 (patch) | |
tree | 1d1b69127cdda755da555ca025e7253aee0baea8 /meta-python/recipes-devtools/python/python3-automat/0001-setup.py-remove-the-dependency-on-m2r.patch | |
parent | 394567c0078c627642e7b80b722f147da5a6f376 (diff) | |
download | meta-openembedded-5a0b8657cdf1c96ed67abd6b088c17b58e2e2015.tar.gz |
python3-automat: Upgrade 0.8.0 -> 20.2.0
Upgrade to release 20.2.0. Rebase the patch that removes
dependency on on m2r for the new release.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-automat/0001-setup.py-remove-the-dependency-on-m2r.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-automat/0001-setup.py-remove-the-dependency-on-m2r.patch | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-automat/0001-setup.py-remove-the-dependency-on-m2r.patch b/meta-python/recipes-devtools/python/python3-automat/0001-setup.py-remove-the-dependency-on-m2r.patch index c29b659bc3..b83b7f3808 100644 --- a/meta-python/recipes-devtools/python/python3-automat/0001-setup.py-remove-the-dependency-on-m2r.patch +++ b/meta-python/recipes-devtools/python/python3-automat/0001-setup.py-remove-the-dependency-on-m2r.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 33b70266930c9093712173c4e0c419815b55e313 Mon Sep 17 00:00:00 2001 | 1 | From 4fb6bbfbc53428fe5d38ec3e04bb4fd187b2fd45 Mon Sep 17 00:00:00 2001 |
2 | From: Derek Straka <derek@asterius.io> | 2 | From: Derek Straka <derek@asterius.io> |
3 | Date: Fri, 22 Dec 2017 09:07:00 -0500 | 3 | Date: Fri, 22 Dec 2017 09:07:00 -0500 |
4 | Subject: [PATCH] setup.py: remove the dependency on m2r | 4 | Subject: [PATCH] setup.py: remove the dependency on m2r |
@@ -11,13 +11,13 @@ value in this case | |||
11 | Upstream-Status: Inappropriate (OE specific) | 11 | Upstream-Status: Inappropriate (OE specific) |
12 | 12 | ||
13 | Signed-off-by: Derek Straka <derek@asterius.io> | 13 | Signed-off-by: Derek Straka <derek@asterius.io> |
14 | 14 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | |
15 | --- | 15 | --- |
16 | setup.py | 10 ---------- | 16 | setup.py | 10 ---------- |
17 | 1 file changed, 10 deletions(-) | 17 | 1 file changed, 10 deletions(-) |
18 | 18 | ||
19 | diff --git a/setup.py b/setup.py | 19 | diff --git a/setup.py b/setup.py |
20 | index d360c64..7b4180a 100644 | 20 | index 3fb7fdb..245d69a 100644 |
21 | --- a/setup.py | 21 | --- a/setup.py |
22 | +++ b/setup.py | 22 | +++ b/setup.py |
23 | @@ -4,14 +4,6 @@ Setup file for automat | 23 | @@ -4,14 +4,6 @@ Setup file for automat |
@@ -47,4 +47,7 @@ index d360c64..7b4180a 100644 | |||
47 | - 'm2r', | 47 | - 'm2r', |
48 | ], | 48 | ], |
49 | install_requires=[ | 49 | install_requires=[ |
50 | "attrs>=16.1.0", | 50 | "attrs>=19.2.0", |
51 | -- | ||
52 | 2.17.1 | ||
53 | |||