python-pyusb: update to version 1.0.2

Update license checksum for copyright year update

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Derek Straka
2017-10-31 12:20:03 -04:00
committed by Armin Kuster
parent 057f53e063
commit afaaf4a8b7
3 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +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"
LIC_FILES_CHKSUM = "file://LICENSE;md5=51691ed11cc2c7ae93e383f60ed49b0f"
DEPENDS += "libusb1"
SRC_URI[md5sum] = "bc12e83ff3ef1045d4306d13a9955fc1"
SRC_URI[sha256sum] = "14ec66077bdcd6f1aa9e892a0a35a54bb3c1ec56aa740ead64349c18f0186d19"
SRC_URI[md5sum] = "862b56452c64948c787ad8ef9498590b"
SRC_URI[sha256sum] = "4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362"
inherit pypi

View File

@@ -1,2 +1,2 @@
inherit distutils
inherit setuptools
require python-pyusb.inc

View File

@@ -1,2 +1,2 @@
inherit distutils3
inherit setuptools3
require python-pyusb.inc