aboutsummaryrefslogtreecommitdiffstats
path: root/community/sopel/update-requirements.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/sopel/update-requirements.patch')
-rw-r--r--community/sopel/update-requirements.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/sopel/update-requirements.patch b/community/sopel/update-requirements.patch
new file mode 100644
index 00000000000..e6f8f654220
--- /dev/null
+++ b/community/sopel/update-requirements.patch
@@ -0,0 +1,16 @@
+Upstream: No
+Reason: Support the version of py3-praw present in Alpine Linux aports
+
+diff --git a/requirements.txt b/requirements.txt
+index 0dc7ce4..b2db52f 100644
+--- a/requirements.txt
++++ b/requirements.txt
+@@ -1,7 +1,7 @@
+ xmltodict<0.12.0; python_version == '3.3'
+ xmltodict==0.12; python_version != '3.3'
+ pytz
+-praw>=4.0.0,<6.0.0
++praw>=4.0.0,<7.1.0
+ # transitive dependency of praw; v0.18 introduced f-string syntax
+ update-checker<0.18; python_version < '3.6'
+ geoip2<3.0; python_version <= '3.5' and python_version != '2.7'