summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-10 14:07:18 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-10 15:23:24 +0200
commit9a0fa05087c0ec525a74c543bfcfb0d8e8627f45 (patch)
treecdd7b8cf6b3f4108113530627ee7d89d4751e0e6
parent286d7665adc9adbc74206522f9e323c5aeaf99d4 (diff)
downloadmeta-cloud-services-9a0fa05087c0ec525a74c543bfcfb0d8e8627f45.tar.gz
python-singledispatch: Drop recipe
Same recipe is maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.3.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.3.bb b/meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.3.bb
deleted file mode 100644
index 4ae7b56..0000000
--- a/meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.3.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "functools.singledispatch from Python 3.4 to Python 2.6"
2HOMEPAGE = "https://pypi.python.org/pypi/singledistpatch"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=ee3cd67264adc7eb07981f3644dc17dc"
6
7SRCNAME = "singledispatch"
8
9SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "af2fc6a3d6cc5a02d0bf54d909785fcb"
12SRC_URI[sha256sum] = "5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools