From 9a95e3e3413da0bd083e7d114b88dd8f16f58087 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 19 Jul 2021 19:24:37 +0300 Subject: python3-pyusb: Upgrade 1.2.0 -> 1.2.1 Upgrade to release 1.2.1: - core: make Device hashable again Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-pyusb_1.2.0.bb | 18 ------------------ .../recipes-devtools/python/python3-pyusb_1.2.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb deleted file mode 100644 index 777aa2bc79..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "PyUSB provides USB access on the Python language" -HOMEPAGE = "http://pyusb.sourceforge.net/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e64a29fcd3c3dd356a24e235dfcb3905" - -DEPENDS += "libusb1 ${PYTHON_PN}-setuptools-scm-native" - -RDEPENDS_${PN} += " \ - python3-logging \ -" - -SRC_URI[sha256sum] = "d68597d2cf7df766bdf816b1a337b72ab8233c19825e170ae18714f16b838cbc" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "libusb1" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb b/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb new file mode 100644 index 0000000000..30b2c6d886 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "PyUSB provides USB access on the Python language" +HOMEPAGE = "http://pyusb.sourceforge.net/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e64a29fcd3c3dd356a24e235dfcb3905" + +DEPENDS += "libusb1 ${PYTHON_PN}-setuptools-scm-native" + +RDEPENDS_${PN} += " \ + python3-logging \ +" + +SRC_URI[sha256sum] = "a4cc7404a203144754164b8b40994e2849fde1cfff06b08492f12fff9d9de7b9" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "libusb1" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf