From 1731c31519388f3e32f1ab148dfc8b478920cdfb Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 13 Mar 2020 18:55:05 +0100 Subject: [PATCH] dev-python/lyricwikia: pytest-runner should be in BDEPEND Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan --- 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 f69d71ea91..b7280429c0 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}]"