dev-python/base58: move test deps to BDEPEND

makes repoman happy, besides test deps
are only needed at build time anyway

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-10-06 11:03:34 +02:00
parent a9cc9c2452
commit 1161f1de07

View File

@@ -16,7 +16,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="test? ( dev-python/pyhamcrest[${PYTHON_USEDEP}] )"
BDEPEND=""
RDEPEND=""
BDEPEND="test? ( dev-python/pyhamcrest[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest