From d7c8d85f959a693690bbf4d99102e8a68e78df13 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 18 Sep 2020 14:58:35 +0300 Subject: python3-rfc3339-validator: Upgrade 0.1.1 -> 0.1.2 Upgrade to release 0.1.2: - setup.py: move pytest-runner to test_requirements Patch has been removed from the recipe because it has been already upstreamed in the new release. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- ...y-move-pytest-runner-to-test_requirements.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-rfc3339-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch (limited to 'meta-python/recipes-devtools/python/python-rfc3339-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch') diff --git a/meta-python/recipes-devtools/python/python-rfc3339-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch b/meta-python/recipes-devtools/python/python-rfc3339-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch deleted file mode 100644 index ce8ca0bc8c..0000000000 --- a/meta-python/recipes-devtools/python/python-rfc3339-validator/0001-setup.py-move-pytest-runner-to-test_requirements.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 2de281fdca88f223ace1eb6428a77b9903c69264 Mon Sep 17 00:00:00 2001 -From: Nicola Lunghi -Date: Thu, 14 Nov 2019 11:58:28 +0000 -Subject: [PATCH] setup.py: move pytest-runner to test_requirements - -This fixes an issue with yocto build. -pytest-runner is only needed when running tests. - -Upstream-Status: Pending ---- - setup.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/setup.py b/setup.py -index 9a50767..e3b1c6e 100644 ---- a/setup.py -+++ b/setup.py -@@ -12,9 +12,9 @@ requirements = [ - 'six', - ] - --setup_requirements = ['pytest-runner', ] -+setup_requirements = [] - --test_requirements = ['pytest>=3', ] -+test_requirements = ['pytest>=3', 'pytest-runner'] - - setup( - author="Nicolas Aimetti", --- -2.20.1 - -- cgit v1.2.3-54-g00ecf