diff options
author | Michael Palimaka <kensington@gentoo.org> | 2020-07-09 21:13:15 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2020-07-09 21:13:54 +1000 |
commit | cdf36e9b3186e2c071f6c79b1def5cc2b61a01c9 (patch) | |
tree | f1377447c1e9a67d3168b417f9f8723ef2ff69e6 /app-misc | |
parent | media-radio/wsjtx: Fix build error on unstable system (diff) | |
download | gentoo-cdf36e9b3186e2c071f6c79b1def5cc2b61a01c9.tar.gz gentoo-cdf36e9b3186e2c071f6c79b1def5cc2b61a01c9.tar.bz2 gentoo-cdf36e9b3186e2c071f6c79b1def5cc2b61a01c9.zip |
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@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/asciinema/asciinema-2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/asciinema/asciinema-2.0.2.ebuild b/app-misc/asciinema/asciinema-2.0.2.ebuild index 0cd5811c1933..c3687c17779a 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}] ) " |