summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-10-29 04:37:48 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-10-29 04:37:48 +0000
commitb568094eb7504079eb9cc8448cecbf5c67839397 (patch)
tree90b15553c70f784ebeca30fc28bd3d75ae8b4968
parent15c8feecf63ca61e4d3227e92dfcca45755423cc (diff)
add python-pyusb, python bindings to libusb
-rw-r--r--packages/python/python-pyusb_0.4.1.bb11
-rw-r--r--packages/tasks/task-python-everything.bb3
2 files changed, 13 insertions, 1 deletions
diff --git a/packages/python/python-pyusb_0.4.1.bb b/packages/python/python-pyusb_0.4.1.bb
new file mode 100644
index 0000000000..d449208fe1
--- /dev/null
+++ b/packages/python/python-pyusb_0.4.1.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "libusb Python Bindings"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "BSD"
+DEPENDS = "libusb"
+SRCNAME = "pyusb"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb
index ffa3280b11..09367a931f 100644
--- a/packages/tasks/task-python-everything.bb
+++ b/packages/tasks/task-python-everything.bb
@@ -1,7 +1,7 @@
DESCRIPTION= "Everything Python"
HOMEPAGE = "http://www.vanille.de/projects/python.spy"
LICENSE = "MIT"
-PR = "ml19"
+PR = "ml20"
RDEPENDS = "\
python-ao \
@@ -58,6 +58,7 @@ RDEPENDS = "\
python-pyro \
python-pyserial \
python-pytester \
+ python-pyusb \
python-pyvisa \
python-pyweather \
python-pyxml \