diff options
author | Viktar Patotski (aka xp-vit) <xp.vit.blr@gmail.com> | 2020-03-26 14:58:31 +0100 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2020-03-27 06:13:25 -0600 |
commit | ff4fac396f10d33c4198bb6bbace1dace4323f80 (patch) | |
tree | 4c16ac8ebad8d26f6bd2e951e6d45c7e81975c95 /dev-python | |
parent | sys-power/iasl: version bump to 20200214 (diff) | |
download | gentoo-ff4fac396f10d33c4198bb6bbace1dace4323f80.tar.gz gentoo-ff4fac396f10d33c4198bb6bbace1dace4323f80.tar.bz2 gentoo-ff4fac396f10d33c4198bb6bbace1dace4323f80.zip |
Fix Python dependencies in ebuildtester
Closes: https://bugs.gentoo.org/686850
Closes: https://bugs.gentoo.org/685274
Signed-off-by: Viktar Patotski <xp.vit.blr@gmail.com>
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ebuildtester/ebuildtester-0.1.16.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/ebuildtester/ebuildtester-0.1.16.ebuild b/dev-python/ebuildtester/ebuildtester-0.1.16.ebuild index db6d15de38e1..4c8e03cd5df0 100644 --- a/dev-python/ebuildtester/ebuildtester-0.1.16.ebuild +++ b/dev-python/ebuildtester/ebuildtester-0.1.16.ebuild @@ -3,12 +3,12 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit bash-completion-r1 distutils-r1 DESCRIPTION="A dockerized approach to test a Gentoo package within a clean stage3 container" -HOMEPAGE="http://ebuildtester.readthedocs.io/" +HOMEPAGE="https://ebuildtester.readthedocs.io/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" @@ -23,6 +23,7 @@ RDEPEND=" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] " |