DRAFT python3-mccabe_0.4.0.bb: Rename from python-mccabe_0.4.0; convert to Python3

This commit is contained in:
Herb Kuta 2019-04-25 14:33:34 -07:00
parent 3dcb5f4ba6
commit b54cb029bb
2 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@ SRC_URI += " \
SRC_URI[md5sum] = "8c425db05f310adcd4bb174b991f26f5" SRC_URI[md5sum] = "8c425db05f310adcd4bb174b991f26f5"
SRC_URI[sha256sum] = "9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca49822688642207b" SRC_URI[sha256sum] = "9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca49822688642207b"
inherit pypi setuptools inherit pypi setuptools3
RDEPENDS_${PN} += " \ RDEPENDS_${PN} += " \
python-prettytable \ ${PYTHON_PN}-python-prettytable \
python-cmd2 \ ${PYTHON_PN}-cmd2 \
python-pyparsing" ${PYTHON_PN}-pyparsing"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"