cleaning up recipes-devtools/python recipes
This commit is contained in:
parent
9faf9c5292
commit
a51044ef7b
|
@ -12,6 +12,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|||
|
||||
inherit distutils
|
||||
|
||||
DEPENDS += "python"
|
||||
DEPENDS_class-native += "python-native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
@ -10,11 +10,6 @@ SRC_URI[sha256sum] = "c625436d03cff8adbbade639d14a2df9bc4c4de99ec3a821ad4d6eeb66
|
|||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
# RDEPENDS = "python-modules"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DEPENDS += "python"
|
||||
DEPENDS_class-native += "python-native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
|
|
@ -11,12 +11,8 @@ SRC_URI[sha256sum] = "e713da45c96ca53a3a8b48140d4120374db622df16ab71759c9ceb5b8d
|
|||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DEPENDS += "python"
|
||||
DEPENDS_class-native += "python-native"
|
||||
|
||||
RDEPENDS_${PN} = "python-datetime"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
inherit distutils
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
@ -10,9 +10,7 @@ SRC_URI[sha256sum] = "7163106c93460c8d092c5e74749cefd3fc17295f3a06c4f041fe83a772
|
|||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
# install_requires=['vcstools', 'pyyaml'],
|
||||
DEPENDS += "python-vcstools python-pyyaml"
|
||||
RDEPENDS_${PN} = "python-vcstools"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
|
|
|
@ -14,6 +14,4 @@ RDEPENDS_${PN} += "python-xml"
|
|||
|
||||
inherit setuptools
|
||||
|
||||
DEPENDS += "python"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
|
|
@ -10,8 +10,6 @@ SRC_URI[sha256sum] = "11cae4907609d3524655c7cdba66260821f69fd2ff2330ae93db35111c
|
|||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
# install_requires=['pyyaml','python-dateutil']
|
||||
RDEPENDS_${PN} += "python-pyyaml python-dateutil"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ SRC_URI[sha256sum] = "487602f7d5bef1e0b759c60ab4b86db884dd2abfb756e1743ad4ae3754
|
|||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
# install_requires=['vcstools', 'pyyaml', 'rosinstall'],
|
||||
RDEPENDS_${PN} += "python-vcstools python-pyyaml python-rosinstall"
|
||||
|
||||
inherit setuptools
|
||||
|
|
Loading…
Reference in New Issue