From 06359ef0535a973dbedd98e5e632bb52e5b459b5 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 20 Dec 2019 10:02:18 +0800 Subject: python-pint: Remove the recipe Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-pint_0.6.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-pint_0.6.bb (limited to 'meta-openstack/recipes-devtools/python/python-pint_0.6.bb') diff --git a/meta-openstack/recipes-devtools/python/python-pint_0.6.bb b/meta-openstack/recipes-devtools/python/python-pint_0.6.bb deleted file mode 100644 index 0e987b5..0000000 --- a/meta-openstack/recipes-devtools/python/python-pint_0.6.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Physical quantities module" -HOMEPAGE = "https://pypi.python.org/pypi/Pint" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bccf824202692270a1e0829a62e3f47b" - -PYPI_PACKAGE = "Pint" - -# Archived version so we have to overwrite what the pypi class will derive -PYPI_SRC_URI = "https://pypi.python.org/packages/source/P/${PYPI_PACKAGE}/${PYPI_PACKAGE}-${PV}.zip" - -SRC_URI[md5sum] = "88aa0918019071546b10c5fbdc91ae5e" -SRC_URI[sha256sum] = "b1ab3b589ca4d78689233a007abd5a7eec4ea65302cabaed06932d20f2a9e748" - -inherit setuptools pypi - -RDEPENDS_${PN} += "gmp" - -FILES_${PN} += "${datadir}/*" -- cgit v1.2.3-54-g00ecf