summaryrefslogtreecommitdiffstats
path: root/external/meta-python2/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-python2/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb')
-rw-r--r--external/meta-python2/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/external/meta-python2/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb b/external/meta-python2/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb
new file mode 100644
index 00000000..770cc4b9
--- /dev/null
+++ b/external/meta-python2/recipes-connectivity/python-pyconnman/python-pyconnman_0.2.0.bb
@@ -0,0 +1,19 @@
+
+DESCRIPTION = "Python-based Network Connectivity Management"
+HOMEPAGE = "https://pypi.python.org/pypi/pyconnman/"
+LICENSE = "Apache-2.0"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI[md5sum] = "d60bdffbd9c920f005fdc5e05a8b94cd"
+SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f9ad926"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} += "\
+ connman \
+ python-dbus \
+ python-future \
+ python-numbers \
+ python-pprint \
+"