mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/bottle: add setuptools to DEPEND
Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
@@ -16,7 +16,8 @@ SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="test? ( dev-python/mako[$(python_gen_usedep 'python*')] )"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/mako[$(python_gen_usedep 'python*')] )"
|
||||
RDEPEND=""
|
||||
|
||||
PATCHES=(
|
||||
|
||||
@@ -16,7 +16,8 @@ SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="test? ( dev-python/mako[$(python_gen_usedep 'python*')] )"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/mako[$(python_gen_usedep 'python*')] )"
|
||||
RDEPEND=""
|
||||
|
||||
PATCHES=(
|
||||
|
||||
Reference in New Issue
Block a user