DRAFT python3-flake8_2.4.0.bb: Rename from python-flake8_2.4.0.bb; convert to Python3
This commit is contained in:
parent
6d9260fdac
commit
ba64ae0c8c
|
@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7a76e57e683629e1ac2a49406169c2a3"
|
|||
SRC_URI[md5sum] = "d413935bb21026c18aca82654114502f"
|
||||
SRC_URI[sha256sum] = "d26a9d0252da9f831b8277b824961bb10b1f9d79f4752d32e4814b7bcd1e089b"
|
||||
|
||||
inherit setuptools pypi
|
||||
inherit setuptools3 pypi
|
||||
|
||||
RDEPENDS_${PN} += "python-prettytable \
|
||||
python-cmd2 \
|
||||
python-pyparsing \
|
||||
python-mccabe \
|
||||
python-pep8 \
|
||||
python-pyflakes"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
|
||||
${PYTHON_PN}-cmd2 \
|
||||
${PYTHON_PN}-pyparsing \
|
||||
${PYTHON_PN}-mccabe \
|
||||
${PYTHON_PN}-pep8 \
|
||||
${PYTHON_PN}-pyflakes"
|
Loading…
Reference in New Issue