From 3a65893b3bc3eab54adc6dda4609ee432fae58d6 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 17 Jan 2020 15:03:19 +0800 Subject: python3-wheel: upgrade 0.32.3 -> 0.33.6 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-wheel_0.33.6.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb (limited to 'meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb') diff --git a/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb b/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb new file mode 100644 index 0000000000..025b2eea9d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wheel_0.33.6.bb @@ -0,0 +1,16 @@ +SUMMARY = "The official binary distribution format for Python " +HOMEPAGE = "https://github.com/pypa/wheel" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9d66b41bc2a080e7174acc5dffecd752" + +SRC_URI = "git://github.com/pypa/wheel.git" +SRCREV ?= "b227ddd5beaba49294017d061d501f6d433393b0" + + +inherit setuptools3 + +S = "${WORKDIR}/git" + +BBCLASSEXTEND = "native" + -- cgit v1.2.3-54-g00ecf