mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-28 09:58:08 -07:00
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>
This commit is contained in:
committed by
Nicolas Bock
parent
910c9c6f24
commit
ff4fac396f
@@ -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}]
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user