diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-04-07 19:42:46 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-04-13 12:43:41 -0700 |
commit | 03c0d75d34148c33b1d58b9af608aad54a763dc4 (patch) | |
tree | 0e8826576d7de94decf6768c3c5ee3c3deb9a20f /meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch | |
parent | fc6530b935a9f697e1f44e4abf55c6825e877690 (diff) | |
download | meta-openembedded-03c0d75d34148c33b1d58b9af608aad54a763dc4.tar.gz |
python-autmat: refresh patches
WARNING:
Some of the context lines in patches were ignored. This can lead to incorrectly applied patches.
The context lines in the patches can be updated with devtool:
devtool modify <recipe>
devtool finish --force-patch-refresh <recipe> <layer_path>
Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
checking file configure.ac
Hunk #1 succeeded at 7 with fuzz 2.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch b/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch index 0ebb22075..d6def98c9 100644 --- a/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch +++ b/meta-python/recipes-devtools/python/python-automat/0001-setup.py-remove-the-dependency-on-m2r.patch | |||
@@ -15,10 +15,10 @@ Signed-off-by: Derek Straka <derek@asterius.io> | |||
15 | setup.py | 10 ---------- | 15 | setup.py | 10 ---------- |
16 | 1 file changed, 10 deletions(-) | 16 | 1 file changed, 10 deletions(-) |
17 | 17 | ||
18 | diff --git a/setup.py b/setup.py | 18 | Index: Automat-0.6.0/setup.py |
19 | index d360c64..7b4180a 100644 | 19 | =================================================================== |
20 | --- a/setup.py | 20 | --- Automat-0.6.0.orig/setup.py |
21 | +++ b/setup.py | 21 | +++ Automat-0.6.0/setup.py |
22 | @@ -4,14 +4,6 @@ Setup file for automat | 22 | @@ -4,14 +4,6 @@ Setup file for automat |
23 | 23 | ||
24 | from setuptools import setup, find_packages | 24 | from setuptools import setup, find_packages |
@@ -46,7 +46,4 @@ index d360c64..7b4180a 100644 | |||
46 | - 'm2r', | 46 | - 'm2r', |
47 | ], | 47 | ], |
48 | install_requires=[ | 48 | install_requires=[ |
49 | "attrs>=16.1.0", | 49 | "attrs", |
50 | -- | ||
51 | 2.7.4 | ||
52 | |||