python-pycurl: add recipes for python2 and python3

PycURL is a Python interface to libcurl, the multiprotocol file
transfer library. Similarly to the urllib Python module, PycURL can
be used to fetch objects identified by a URL from a Python program

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jackie Huang
2019-09-30 13:11:20 +08:00
committed by Khem Raj
parent 233d3b20c5
commit 783c4ea997
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
inherit setuptools3
require python-pycurl.inc