DRAFT Drop python-pycurl_7.43.0.bb (never used by ROS "indigo" components)

This commit is contained in:
Herb Kuta 2019-05-23 14:57:39 -07:00
parent ef758a534b
commit be42addec4
1 changed files with 0 additions and 16 deletions

View File

@ -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