summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-20 10:02:18 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-23 13:13:28 -0500
commit06359ef0535a973dbedd98e5e632bb52e5b459b5 (patch)
tree685a7c42154bc5d9afdb1d1bd5ca913266dcded6 /meta-openstack/recipes-devtools
parentc49987efd44b78dcb0e2b700d3260a96d0d131ac (diff)
downloadmeta-cloud-services-06359ef0535a973dbedd98e5e632bb52e5b459b5.tar.gz
python-pint: Remove the recipe
Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pint_0.6.bb19
1 files changed, 0 insertions, 19 deletions
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 @@
1DESCRIPTION = "Physical quantities module"
2HOMEPAGE = "https://pypi.python.org/pypi/Pint"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=bccf824202692270a1e0829a62e3f47b"
6
7PYPI_PACKAGE = "Pint"
8
9# Archived version so we have to overwrite what the pypi class will derive
10PYPI_SRC_URI = "https://pypi.python.org/packages/source/P/${PYPI_PACKAGE}/${PYPI_PACKAGE}-${PV}.zip"
11
12SRC_URI[md5sum] = "88aa0918019071546b10c5fbdc91ae5e"
13SRC_URI[sha256sum] = "b1ab3b589ca4d78689233a007abd5a7eec4ea65302cabaed06932d20f2a9e748"
14
15inherit setuptools pypi
16
17RDEPENDS_${PN} += "gmp"
18
19FILES_${PN} += "${datadir}/*"