commit: 1161f1de073b99fa9f7b1493f13c83728e2a085f
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Oct 6 09:03:34 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Oct 6 09:03:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1161f1de
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 <AT> riseup.net>
dev-python/base58/base58-2.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/base58/base58-2.0.1.ebuild
b/dev-python/base58/base58-2.0.1.ebuild
index 18eb08f8..18bb05a9 100644
--- a/dev-python/base58/base58-2.0.1.ebuild
+++ b/dev-python/base58/base58-2.0.1.ebuild
@@ -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