From 74ce1ac18b2538231a58f362435a2a02cbae04f2 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 29 May 2021 19:38:22 +0200 Subject: chat-im/profanity: depend on python3 instead of python --- chat-im/profanity/DEPENDS | 2 +- chat-im/profanity/HISTORY | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'chat-im') diff --git a/chat-im/profanity/DEPENDS b/chat-im/profanity/DEPENDS index afd79ba86b..f9355fd98c 100755 --- a/chat-im/profanity/DEPENDS +++ b/chat-im/profanity/DEPENDS @@ -24,7 +24,7 @@ optional_depends libsignal \ "for OMEMO support" && if list_find "${PROFANITY_OPTS}" "--enable-plugins"; then - optional_depends python \ + optional_depends python3 \ "--enable-python-plugins" \ "--disable-python-plugins" \ "for Python plugins support" diff --git a/chat-im/profanity/HISTORY b/chat-im/profanity/HISTORY index c4143585d5..0e4c1a5ecd 100644 --- a/chat-im/profanity/HISTORY +++ b/chat-im/profanity/HISTORY @@ -1,3 +1,6 @@ +2021-05-29 Florian Franzmann + * DEPENDS: depend on python3 + 2021-01-09 Florian Franzmann * DETAILS: version 0.10.0 -- cgit v1.2.3