commit: 94e790c90c895e11d1915449dc108db5f14488f8 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 2 11:37:25 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Jul 2 11:38:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e790c9
dev-python/libpillowfight: fix test dependency Closes: https://bugs.gentoo.org/832544 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild b/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild index 62e40857072e..4d0c41bea140 100644 --- a/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild +++ b/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]" -distutils_enable_tests nose +distutils_enable_tests pytest python_prepare_all() { ln -s "${S}"/tests "${T}"/tests || die
