mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/bottle: Fix BDEPEND order
Closes: https://bugs.gentoo.org/863518 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -20,14 +20,14 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/mako[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
python_prepare_all() {
|
||||
sed -e '/scripts/d' -i setup.py || die
|
||||
|
||||
|
||||
Reference in New Issue
Block a user