meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-requests-toolbelt_git.bb
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-requests-toolbelt_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-requests-toolbelt_git.bb
deleted file mode 100644 (file)
index 2ef5afb..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-
-DESCRIPTION = "requests-toolbelt"
-
-STABLE = "master"
-PROTOCOL = "https"
-BRANCH = "master"
-SRCREV = "1e384626476f7afbff0f649fe41886d0f27473d6"
-S = "${WORKDIR}/git"
-PV = "0.9.1+${SRCPV}"
-
-LICENSE = "Apache-2.0"
-
-LIC_FILES_CHKSUM = "file://LICENSE;md5=71760e0f1dda8cff91b0bc9246caf571"
-
-SRC_URI = "git://github.com/requests/toolbelt.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
-
-DEPENDS = " \
-       python \
-       python-pbr-native \
-       "
-
-inherit setuptools
-
-RDEPENDS_${PN} += " bash"