From 80c1f15163dfd0ec3765053094ce8a75aae62446 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 30 Nov 2019 18:02:34 -0800 Subject: Revert "python-pytest: upgrade 5.1.2 -> 5.1.3" The last version to support python 2.7 was 4.6.x This reverts commit 670559d03f42f395e4b2b5b1b76295269a786a65. --- recipes-devtools/python/python-pytest.inc | 4 ++-- recipes-devtools/python/python-pytest_5.1.2.bb | 9 +++++++++ recipes-devtools/python/python-pytest_5.1.3.bb | 9 --------- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 recipes-devtools/python/python-pytest_5.1.2.bb delete mode 100644 recipes-devtools/python/python-pytest_5.1.3.bb (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python-pytest.inc b/recipes-devtools/python/python-pytest.inc index 576361c..5f3e60e 100644 --- a/recipes-devtools/python/python-pytest.inc +++ b/recipes-devtools/python/python-pytest.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://pytest.org" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=640061b8cee64b308a4d2f9f556c12f2" -SRC_URI[md5sum] = "79efe2708aa73dd5c618e5a89d80ce58" -SRC_URI[sha256sum] = "cc6620b96bc667a0c8d4fa592a8c9c94178a1bd6cc799dbb057dfd9286d31a31" +SRC_URI[md5sum] = "90fec5504fcebc5d1081bcd654df7cf0" +SRC_URI[sha256sum] = "b78fe2881323bd44fd9bd76e5317173d4316577e7b1cddebae9136a4495ec865" SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch \ " diff --git a/recipes-devtools/python/python-pytest_5.1.2.bb b/recipes-devtools/python/python-pytest_5.1.2.bb new file mode 100644 index 0000000..39e50ac --- /dev/null +++ b/recipes-devtools/python/python-pytest_5.1.2.bb @@ -0,0 +1,9 @@ +inherit pypi setuptools +require python-pytest.inc + +RDEPENDS_${PN}_class-target += " \ + ${PYTHON_PN}-argparse \ + ${PYTHON_PN}-compiler \ + ${PYTHON_PN}-funcsigs \ +" +ALTERNATIVE_PRIORITY = "10" diff --git a/recipes-devtools/python/python-pytest_5.1.3.bb b/recipes-devtools/python/python-pytest_5.1.3.bb deleted file mode 100644 index 39e50ac..0000000 --- a/recipes-devtools/python/python-pytest_5.1.3.bb +++ /dev/null @@ -1,9 +0,0 @@ -inherit pypi setuptools -require python-pytest.inc - -RDEPENDS_${PN}_class-target += " \ - ${PYTHON_PN}-argparse \ - ${PYTHON_PN}-compiler \ - ${PYTHON_PN}-funcsigs \ -" -ALTERNATIVE_PRIORITY = "10" -- cgit 1.2.3-korg