diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 14:07:18 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 15:23:24 +0200 |
| commit | 9a0fa05087c0ec525a74c543bfcfb0d8e8627f45 (patch) | |
| tree | cdd7b8cf6b3f4108113530627ee7d89d4751e0e6 /meta-openstack | |
| parent | 286d7665adc9adbc74206522f9e323c5aeaf99d4 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-singledispatch_3.4.0.3.bb | 16 |
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 @@ | |||
| 1 | DESCRIPTION = "functools.singledispatch from Python 3.4 to Python 2.6" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/singledistpatch" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.rst;md5=ee3cd67264adc7eb07981f3644dc17dc" | ||
| 6 | |||
| 7 | SRCNAME = "singledispatch" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "af2fc6a3d6cc5a02d0bf54d909785fcb" | ||
| 12 | SRC_URI[sha256sum] = "5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
