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"`