From dad16f56cc7ecb434effae46d050cc900046b969 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Mon, 15 Jan 2024 10:15:53 +0000 Subject: [PATCH] net-im/toot: Mark as BROKEN since devel/py-urwid is broken PR: 276347 Reviewed by: kevans Approved by: tcberner (mentor, implicit) --- net-im/toot/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-im/toot/Makefile b/net-im/toot/Makefile index b0a25676c9fa8..fdd132c026d73 100644 --- a/net-im/toot/Makefile +++ b/net-im/toot/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/ihabunek/toot LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= does not run with current devel/py-urwid (PR 274411) + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=8.1:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.13:www/py-requests@${PY_FLAVOR} \