diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild index 6e1db62ccd..4e9ee26cad 100644 --- a/net-misc/toot/toot-0.38.1.ebuild +++ b/net-misc/toot/toot-0.38.1.ebuild @@ -16,13 +16,15 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -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 -test? ( dev-python/psycopg:2 - >=dev-python/pytest-7.4.0 )" +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 + test? ( dev-python/psycopg:2 + >=dev-python/pytest-7.4.0 ) +" RDEPEND="${DEPEND}" BDEPEND=""