From be42addec4365de64363bbce70cc88bd0d60c501 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 23 May 2019 14:57:39 -0700 Subject: [PATCH] DRAFT Drop python-pycurl_7.43.0.bb (never used by ROS "indigo" components) --- recipes-devtools/python/python-pycurl_7.43.0.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 recipes-devtools/python/python-pycurl_7.43.0.bb diff --git a/recipes-devtools/python/python-pycurl_7.43.0.bb b/recipes-devtools/python/python-pycurl_7.43.0.bb deleted file mode 100644 index 501356a..0000000 --- a/recipes-devtools/python/python-pycurl_7.43.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "A Python Interface To The cURL library" -SECTION = "devel/python" -LICENSE = "LGPL-2.1 | MIT" -LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ - file://COPYING-MIT;md5=b7e434aeb228ed731c00bcf177e79b19" -SRCNAME = "pycurl" - -DEPENDS = "curl" - -SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "c94bdba01da6004fa38325e9bd6b9760" -SRC_URI[sha256sum] = "aa975c19b79b6aa6c0518c0cc2ae33528900478f0b500531dbcdbf05beec584c" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils