commit: 1731c31519388f3e32f1ab148dfc8b478920cdfb
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 13 17:55:05 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 13 17:55:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1731c315
dev-python/lyricwikia: pytest-runner should be in BDEPEND
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/lyricwikia/lyricwikia-0.1.11.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
index f69d71e..b728042 100644
--- a/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
+++ b/dev-python/lyricwikia/lyricwikia-0.1.11.ebuild
@@ -15,11 +15,12 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]
- test? ( dev-python/responses[${PYTHON_USEDEP}] )"
+BDEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
RDEPEND="
- dev-python/beautifulsoup[${PYTHON_USEDEP}]
+ dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"