summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-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}/*"