dev-python/bottle: add setuptools to DEPEND

Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
Zac Medico
2017-11-01 10:18:39 -07:00
parent d25a1de844
commit 7e814284a5
2 changed files with 4 additions and 2 deletions

View File

@@ -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=(

View File

@@ -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=(