commit: cdf36e9b3186e2c071f6c79b1def5cc2b61a01c9 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu Jul 9 11:13:15 2020 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Jul 9 11:13:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf36e9b
app-misc/asciinema: fix setuptools usage Closes: https://bugs.gentoo.org/730382 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org> app-misc/asciinema/asciinema-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/asciinema/asciinema-2.0.2.ebuild b/app-misc/asciinema/asciinema-2.0.2.ebuild index 0cd5811c193..c3687c17779 100644 --- a/app-misc/asciinema/asciinema-2.0.2.ebuild +++ b/app-misc/asciinema/asciinema-2.0.2.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 DESCRIPTION="Command line recorder for asciinema.org service" @@ -17,7 +18,6 @@ IUSE="test" RESTRICT="!test? ( test )" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) "
