diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-09 14:08:04 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-08 23:35:54 -0700 |
| commit | 372c306e570165aac6b57f206d9eee57aa2cc339 (patch) | |
| tree | 88983f5be28acd4a1139b01e827452143e8f0827 /meta-python/recipes-devtools/python/python3-pycurl_7.45.7.bb | |
| parent | dc94be35274811eaf9e76f361c68cc9ae323501c (diff) | |
| download | meta-openembedded-372c306e570165aac6b57f206d9eee57aa2cc339.tar.gz | |
python3-pycurl: upgrade 7.45.6 -> 7.45.7
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pycurl_7.45.7.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pycurl_7.45.7.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.45.7.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.45.7.bb new file mode 100644 index 0000000000..72338bb0e1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pycurl_7.45.7.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "A Python Interface To The cURL library" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | PycURL is a Python interface to libcurl, the multiprotocol file \ | ||
| 4 | transfer library. Similarly to the urllib Python module, PycURL can \ | ||
| 5 | be used to fetch objects identified by a URL from a Python program \ | ||
| 6 | " | ||
| 7 | SECTION = "devel/python" | ||
| 8 | HOMEPAGE = "http://pycurl.io/" | ||
| 9 | |||
| 10 | LICENSE = "LGPL-2.1-only | MIT" | ||
| 11 | LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \ | ||
| 12 | file://COPYING-MIT;md5=be42e1b1e58c8d59c2901fd747bfc55d \ | ||
| 13 | " | ||
| 14 | |||
| 15 | SRC_URI[sha256sum] = "9d43013002eab2fd6d0dcc671cd1e9149e2fc1c56d5e796fad94d076d6cb69ef" | ||
| 16 | |||
| 17 | DEPENDS = "curl" | ||
| 18 | |||
| 19 | inherit pypi setuptools3 | ||
| 20 | |||
| 21 | BBCLASSEXTEND += "native nativesdk" | ||
