aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Tutsch <mail@konstantintutsch.de>2023-08-24 13:03:23 +0200
committerKonstantin Tutsch <mail@konstantintutsch.de>2023-08-24 13:03:59 +0200
commit76382483a48247ebb293ba3817e762cafdadca3f (patch)
treeec5dd1eaa9de2cc946b1b9780e8fd7870a6ce5a2 /net-misc/toot
parentdev-ruby/asciidoctor-pdf: enable ruby31 (diff)
downloadguru-76382483a48247ebb293ba3817e762cafdadca3f.tar.gz
guru-76382483a48247ebb293ba3817e762cafdadca3f.tar.bz2
guru-76382483a48247ebb293ba3817e762cafdadca3f.zip
net-misc/toot: add testing dependency
Signed-off-by: Konstantin Tutsch <mail@konstantintutsch.de>
Diffstat (limited to 'net-misc/toot')
-rw-r--r--net-misc/toot/toot-0.38.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild
index 2633cd02d..5ef8b3142 100644
--- a/net-misc/toot/toot-0.38.1.ebuild
+++ b/net-misc/toot/toot-0.38.1.ebuild
@@ -20,7 +20,8 @@ DEPEND=">=dev-python/urwid-2.1.2-r1
>=dev-python/wcwidth-0.2.6
>=media-fonts/symbola-13.00
>=dev-python/beautifulsoup4-4.12.2
->=dev-python/tomlkit-0.11.8"
+>=dev-python/tomlkit-0.11.8
+test? ( dev-python/psycopg:2 )"
RDEPEND="${DEPEND}"
BDEPEND=""