Sent patch to allow other 1.4.x releases of mastodon.py upstream,
but forgot to patch it in-tree. Pointed out by Florian Viehweger
This commit is contained in:
parent
55c939f2b4
commit
83518df9d1
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/09/09 21:36:14 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/12/15 17:09:52 kmos Exp $
|
||||
|
||||
COMMENT = CLI for interacting with Mastodon/fediverse instances
|
||||
|
||||
MODPY_EGG_VERSION = 0.3.7
|
||||
DISTNAME = tootstream-${MODPY_EGG_VERSION}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = www
|
||||
|
||||
|
14
www/tootstream/patches/patch-requirements_txt
Normal file
14
www/tootstream/patches/patch-requirements_txt
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-requirements_txt,v 1.1 2019/12/15 17:09:52 kmos Exp $
|
||||
|
||||
Fix for other 1.4.x releases
|
||||
|
||||
Index: requirements.txt
|
||||
--- requirements.txt.orig
|
||||
+++ requirements.txt
|
||||
@@ -1,5 +1,5 @@
|
||||
click>=6.7
|
||||
-Mastodon.py==1.4.5
|
||||
+Mastodon.py>=1.4.5
|
||||
colored>=1.3.93
|
||||
humanize>=0.5.1
|
||||
emoji>=0.4.5
|
Loading…
Reference in New Issue
Block a user