meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-ryu_git.bb
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ryu_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ryu_git.bb
deleted file mode 100644 (file)
index b5eeb61..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-
-DESCRIPTION = "Ryu is a component-based software defined networking framework."
-HOMEPAGE = "https://github.com/osrg/ryu"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = " \
-       file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57\
-       "
-
-SRCREV = "1c008060fa3dab51c3a59c1485a7529b13cf0dd1"
-SRCNAME = "ryu"
-BRANCH = "master"
-PROTOCOL = "https"
-PV = "4.24+git${SRCPV}"
-S = "${WORKDIR}/git"
-
-SRC_URI = "git://github.com/osrg/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
-
-inherit setuptools python-dir
-
-DEPENDS += " \
-       python-pip \
-       python-pbr-native \
-       "
-
-RDEPENDS_${PN}_append = " \
-       ${PYTHON_PN}-eventlet \
-       ${PYTHON_PN}-msgpack \
-       ${PYTHON_PN}-netaddr \
-       ${PYTHON_PN}-oslo.config \
-       ${PYTHON_PN}-ovs \
-       ${PYTHON_PN}-routes \
-       ${PYTHON_PN}-six \
-       ${PYTHON_PN}-tinyrpc \
-       ${PYTHON_PN}-webob \
-       "
-
-FILES_${PN}_append = " \
-       ${datadir}/etc/${SRCNAME} \
-       "