Skip to content
Snippets Groups Projects
Commit a51044ef authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

cleaning up recipes-devtools/python recipes

parent 9faf9c52
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" ...@@ -12,6 +12,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils inherit distutils
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"
...@@ -10,11 +10,6 @@ SRC_URI[sha256sum] = "c625436d03cff8adbbade639d14a2df9bc4c4de99ec3a821ad4d6eeb66 ...@@ -10,11 +10,6 @@ SRC_URI[sha256sum] = "c625436d03cff8adbbade639d14a2df9bc4c4de99ec3a821ad4d6eeb66
S = "${WORKDIR}/${SRCNAME}-${PV}" S = "${WORKDIR}/${SRCNAME}-${PV}"
# RDEPENDS = "python-modules"
inherit distutils inherit distutils
DEPENDS += "python"
DEPENDS_class-native += "python-native"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"
...@@ -11,12 +11,8 @@ SRC_URI[sha256sum] = "e713da45c96ca53a3a8b48140d4120374db622df16ab71759c9ceb5b8d ...@@ -11,12 +11,8 @@ SRC_URI[sha256sum] = "e713da45c96ca53a3a8b48140d4120374db622df16ab71759c9ceb5b8d
S = "${WORKDIR}/${SRCNAME}-${PV}" S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
DEPENDS += "python"
DEPENDS_class-native += "python-native"
RDEPENDS_${PN} = "python-datetime" RDEPENDS_${PN} = "python-datetime"
BBCLASSEXTEND = "native" inherit distutils
BBCLASSEXTEND = "native"
...@@ -10,9 +10,7 @@ SRC_URI[sha256sum] = "7163106c93460c8d092c5e74749cefd3fc17295f3a06c4f041fe83a772 ...@@ -10,9 +10,7 @@ SRC_URI[sha256sum] = "7163106c93460c8d092c5e74749cefd3fc17295f3a06c4f041fe83a772
S = "${WORKDIR}/${SRCNAME}-${PV}" S = "${WORKDIR}/${SRCNAME}-${PV}"
# install_requires=['vcstools', 'pyyaml'],
DEPENDS += "python-vcstools python-pyyaml" DEPENDS += "python-vcstools python-pyyaml"
RDEPENDS_${PN} = "python-vcstools" RDEPENDS_${PN} = "python-vcstools"
inherit setuptools inherit setuptools
...@@ -14,6 +14,4 @@ RDEPENDS_${PN} += "python-xml" ...@@ -14,6 +14,4 @@ RDEPENDS_${PN} += "python-xml"
inherit setuptools inherit setuptools
DEPENDS += "python"
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"
...@@ -10,8 +10,6 @@ SRC_URI[sha256sum] = "11cae4907609d3524655c7cdba66260821f69fd2ff2330ae93db35111c ...@@ -10,8 +10,6 @@ SRC_URI[sha256sum] = "11cae4907609d3524655c7cdba66260821f69fd2ff2330ae93db35111c
S = "${WORKDIR}/${SRCNAME}-${PV}" S = "${WORKDIR}/${SRCNAME}-${PV}"
# install_requires=['pyyaml','python-dateutil']
RDEPENDS_${PN} += "python-pyyaml python-dateutil" RDEPENDS_${PN} += "python-pyyaml python-dateutil"
inherit setuptools inherit setuptools
...@@ -10,7 +10,6 @@ SRC_URI[sha256sum] = "487602f7d5bef1e0b759c60ab4b86db884dd2abfb756e1743ad4ae3754 ...@@ -10,7 +10,6 @@ SRC_URI[sha256sum] = "487602f7d5bef1e0b759c60ab4b86db884dd2abfb756e1743ad4ae3754
S = "${WORKDIR}/${SRCNAME}-${PV}" S = "${WORKDIR}/${SRCNAME}-${PV}"
# install_requires=['vcstools', 'pyyaml', 'rosinstall'],
RDEPENDS_${PN} += "python-vcstools python-pyyaml python-rosinstall" RDEPENDS_${PN} += "python-vcstools python-pyyaml python-rosinstall"
inherit setuptools inherit setuptools
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment