DRAFT python3-mock_2.0.0.bb: Rename from python-mock_2.0.0.bb; convert to Python 3
This commit is contained in:
parent
a2381357a6
commit
de6730faf1
|
@ -5,18 +5,18 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
|
||||||
SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad"
|
SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad"
|
||||||
SRC_URI[sha256sum] = "b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba"
|
SRC_URI[sha256sum] = "b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba"
|
||||||
|
|
||||||
inherit pypi setuptools
|
inherit pypi setuptools3
|
||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
python-pbr-native"
|
${PYTHON_PN}-pbr-native"
|
||||||
|
|
||||||
|
# XXX If ever need to make work for Python 2, will need to add python-funcsigs to this list:
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS_${PN} += " \
|
||||||
python-prettytable \
|
${PYTHON_PN}-prettytable \
|
||||||
python-cmd2 \
|
${PYTHON_PN}-cmd2 \
|
||||||
python-pyparsing \
|
${PYTHON_PN}-pyparsing \
|
||||||
python-mccabe \
|
${PYTHON_PN}-mccabe \
|
||||||
python-pep8 \
|
${PYTHON_PN}-pep8 \
|
||||||
python-pyflakes \
|
${PYTHON_PN}-pyflakes \
|
||||||
python-pbr \
|
${PYTHON_PN}-pbr \
|
||||||
python-funcsigs \
|
|
||||||
"
|
"
|
Loading…
Reference in New Issue