relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-enigma2 / python / python-transmissionrpc_hg.bb
diff --git a/meta-openvuplus/recipes-enigma2/python/python-transmissionrpc_hg.bb b/meta-openvuplus/recipes-enigma2/python/python-transmissionrpc_hg.bb
deleted file mode 100644 (file)
index 01db4e3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Transmission RPC is a python module that can communicate with the bittorrent client Transmission through json-rpc"
-HOMEPAGE = "http://bitbucket.org/blueluna/transmissionrpc/wiki/Home"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=725cfd8eb1ec903074184b7edf9379c9"
-SRCREV = "4fe71eb818d0"
-PV = "0.7+hg${SRCREV}"
-PRIORITY = "optional"
-PR = "r1"
-
-SRC_URI = "hg://bitbucket.org/blueluna;proto=http;module=transmissionrpc;rev=${SRCREV}"
-
-S = "${WORKDIR}/transmissionrpc"
-
-inherit setuptools
-
-RDEPENDS_${PN} = "python-simplejson"