aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pycurl_7.21.5.bb
diff options
context:
space:
mode:
authorDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>2017-04-07 16:14:16 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-08 22:48:08 +0100
commit6cb9c0a4e75c647b38c81d2d7217b54b2fdfd972 (patch)
tree3e2dc03538fe3c11e1466527b171a2b200446ffd /meta/recipes-devtools/python/python3-pycurl_7.21.5.bb
parent7b502702be5d484c6f1f903426ba63cf04f8ca4a (diff)
downloadopenembedded-core-contrib-6cb9c0a4e75c647b38c81d2d7217b54b2fdfd972.tar.gz
python-pycurl: create python3-pycurl recipe
The python-pycurl recipe can be used with python2 only even though python3 is officially supported by upstream. Create python3-pycurl recipe enabling the pycurl module for python3. Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pycurl_7.21.5.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pycurl_7.21.5.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pycurl_7.21.5.bb b/meta/recipes-devtools/python/python3-pycurl_7.21.5.bb
new file mode 100644
index 0000000000..5d11192ab6
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pycurl_7.21.5.bb
@@ -0,0 +1,5 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/python-pycurl:"
+
+require python-pycurl.inc
+
+inherit distutils3