DRAFT python3-prettytable_0.7.2.bb: Rename from python-prettytable_0.7.2.bb; convert to Python3

This commit is contained in:
Herb Kuta 2019-04-25 14:57:51 -07:00
parent 923b7cedaa
commit f69e3dd4f8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ SRC_URI = "https://pypi.python.org/packages/source/P/PrettyTable/${SRCNAME}-${PV
S = "${WORKDIR}/${SRCNAME}-${PV}" S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools inherit setuptools3
do_install_append() { do_install_append() {
perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"` perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`