diff --git a/recipes-devtools/python/python-flake8_2.4.0.bb b/recipes-devtools/python/python3-flake8_2.4.0.bb similarity index 61% rename from recipes-devtools/python/python-flake8_2.4.0.bb rename to recipes-devtools/python/python3-flake8_2.4.0.bb index e3c2479..9520a45 100644 --- a/recipes-devtools/python/python-flake8_2.4.0.bb +++ b/recipes-devtools/python/python3-flake8_2.4.0.bb @@ -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"