From eb5e32cebf27a2b684af429e82ba371c1cfeeadc Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 25 Apr 2019 14:33:34 -0700 Subject: [PATCH] DRAFT python3-mccabe_0.4.0.bb: Rename from python-mccabe_0.4.0; convert to Python3 --- ...on-mccabe-remove-unnecessary-setup_requires-pyte.patch | 0 .../{python-mccabe_0.4.0.bb => python3-mccabe_0.4.0.bb} | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename recipes-devtools/python/{python-mccabe => python3-mccabe}/0001-python-mccabe-remove-unnecessary-setup_requires-pyte.patch (100%) rename recipes-devtools/python/{python-mccabe_0.4.0.bb => python3-mccabe_0.4.0.bb} (81%) diff --git a/recipes-devtools/python/python-mccabe/0001-python-mccabe-remove-unnecessary-setup_requires-pyte.patch b/recipes-devtools/python/python3-mccabe/0001-python-mccabe-remove-unnecessary-setup_requires-pyte.patch similarity index 100% rename from recipes-devtools/python/python-mccabe/0001-python-mccabe-remove-unnecessary-setup_requires-pyte.patch rename to recipes-devtools/python/python3-mccabe/0001-python-mccabe-remove-unnecessary-setup_requires-pyte.patch diff --git a/recipes-devtools/python/python-mccabe_0.4.0.bb b/recipes-devtools/python/python3-mccabe_0.4.0.bb similarity index 81% rename from recipes-devtools/python/python-mccabe_0.4.0.bb rename to recipes-devtools/python/python3-mccabe_0.4.0.bb index 6b63cd7..47b76b5 100644 --- a/recipes-devtools/python/python-mccabe_0.4.0.bb +++ b/recipes-devtools/python/python3-mccabe_0.4.0.bb @@ -10,11 +10,11 @@ SRC_URI += " \ SRC_URI[md5sum] = "8c425db05f310adcd4bb174b991f26f5" SRC_URI[sha256sum] = "9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca49822688642207b" -inherit pypi setuptools +inherit pypi setuptools3 RDEPENDS_${PN} += " \ - python-prettytable \ - python-cmd2 \ - python-pyparsing" + ${PYTHON_PN}-python-prettytable \ + ${PYTHON_PN}-cmd2 \ + ${PYTHON_PN}-pyparsing" BBCLASSEXTEND = "native nativesdk"