summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-08 13:38:41 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-08 13:38:41 +0200
commit8974d9f972393c96b07af82e9558699e32dd4ca0 (patch)
treedee347c3d0f1abb38a25a92c444f3d47dd14eb58 /meta-openstack/recipes-devtools/python
parent601c88dc9c89b99e069ddaf5d27c19897c909a6f (diff)
downloadmeta-cloud-services-8974d9f972393c96b07af82e9558699e32dd4ca0.tar.gz
python-pyasn1: Drop recipe
Newer recipe (v0.2.3) maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pyasn1_0.1.7.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pyasn1_0.1.7.bb b/meta-openstack/recipes-devtools/python/python-pyasn1_0.1.7.bb
deleted file mode 100644
index c4b0569..0000000
--- a/meta-openstack/recipes-devtools/python/python-pyasn1_0.1.7.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "ASN.1 types and codecs"
2HOMEPAGE = "http://sourceforge.net/projects/pyasn1/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=ae098273b2cf8b4af164ac20e32bddf7"
6
7PR = "r0"
8SRCNAME = "pyasn1"
9
10SRC_URI = "http://pypi.python.org/packages/source/p/pyasn1/pyasn1-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "2cbd80fcd4c7b1c82180d3d76fee18c8"
13SRC_URI[sha256sum] = "e4f81d53c533f6bd9526b047f047f7b101c24ab17339c1a7ad8f98b25c101eab"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools