forked from pool/python-tweepy
- Add patch support-python-313.patch:
* Fall back to mimetypes if imghdr isn't available. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tweepy?expand=0&rev=31
This commit is contained in:
@@ -23,6 +23,8 @@ Summary: Twitter library for python
|
||||
License: MIT
|
||||
URL: https://github.com/tweepy/tweepy
|
||||
Source: https://github.com/tweepy/tweepy/archive/v%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM Based on gh#tweepy/tweepy#2205
|
||||
Patch0: support-python-313.patch
|
||||
BuildRequires: %{python_module aiohttp}
|
||||
BuildRequires: %{python_module async-lru}
|
||||
BuildRequires: %{python_module pip}
|
||||
@@ -45,7 +47,7 @@ A library for accessing the Twitter.com API. Supports OAuth, covers the entire
|
||||
API, and streaming API.
|
||||
|
||||
%prep
|
||||
%setup -q -n tweepy-%{version}
|
||||
%autosetup -p1 -n tweepy-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
Reference in New Issue
Block a user