From bc9139b527bb0835e0cc69d83f6f5d977fb3932e Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 25 Apr 2019 14:57:51 -0700 Subject: [PATCH] DRAFT python3-prettytable_0.7.2.bb: Rename from python-prettytable_0.7.2.bb; convert to Python3 --- ...python-prettytable_0.7.2.bb => python3-prettytable_0.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python-prettytable_0.7.2.bb => python3-prettytable_0.7.2.bb} (97%) diff --git a/recipes-devtools/python/python-prettytable_0.7.2.bb b/recipes-devtools/python/python3-prettytable_0.7.2.bb similarity index 97% rename from recipes-devtools/python/python-prettytable_0.7.2.bb rename to recipes-devtools/python/python3-prettytable_0.7.2.bb index 406555a..023f46a 100644 --- a/recipes-devtools/python/python-prettytable_0.7.2.bb +++ b/recipes-devtools/python/python3-prettytable_0.7.2.bb @@ -12,7 +12,7 @@ SRC_URI = "https://pypi.python.org/packages/source/P/PrettyTable/${SRCNAME}-${PV S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit setuptools +inherit setuptools3 do_install_append() { perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`