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:
Michał Górny
2022-08-04 09:22:58 +02:00
parent e77de59010
commit 2cd9da4ec6

View File

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