From be6d5bc4b199426653577901500ba3d02a816387 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 23 Mar 2016 16:02:01 -0400 Subject: python-pyusb: update to 1.0.0b2 and use the common pypi Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb (limited to 'meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb') diff --git a/meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb b/meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb new file mode 100644 index 000000000..d279abc40 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb @@ -0,0 +1,10 @@ +SUMMARY = "PyUSB provides USB access on the Python language" +HOMEPAGE = "http://pyusb.sourceforge.net/" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=50d46bda6248a0b4a46a6d59a66ee08e" +DEPENDS = "libusb1" + +SRC_URI[md5sum] = "bc12e83ff3ef1045d4306d13a9955fc1" +SRC_URI[sha256sum] = "14ec66077bdcd6f1aa9e892a0a35a54bb3c1ec56aa740ead64349c18f0186d19" + +inherit pypi distutils -- cgit v1.2.3-54-g00ecf