diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-20 16:14:02 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:03 -0800 |
| commit | 4ddfd47b92f4145dc1f81be9b5d3b333aef55885 (patch) | |
| tree | d2ffe07333948ad0158a321bc7bd18c247adfa70 /meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb | |
| parent | 217c6377b74e44bfc506d2a1479f7168c6feb79e (diff) | |
| download | meta-openembedded-4ddfd47b92f4145dc1f81be9b5d3b333aef55885.tar.gz | |
python3-twitter: upgrade 4.14.0 -> 4.15.0
Changelog:
==========
- Fix error "No module named 'imghdr'" due to removed package in Python 3.13+
- Bump requests-oauthlib to allow v2
- Drop support for Python 3.7 and 3.8
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-twitter_4.15.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb b/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb new file mode 100644 index 0000000000..19c4b8680c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Twitter for Python" | ||
| 2 | DESCRIPTION = "Python module to support twitter API" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=9;endline=9;md5=8227180126797a0148f94f483f3e1489" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "1345cbcdf0a75e2d89f424c559fd49fda4d8cd7be25cd5131e3b57bad8a21d76" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "tweepy" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | python3-pip \ | ||
| 15 | python3-pysocks \ | ||
| 16 | python3-requests \ | ||
| 17 | python3-requests-oauthlib \ | ||
| 18 | python3-six \ | ||
| 19 | " | ||
