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@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-13 18:55:05 +01:00
parent 056991a706
commit 1731c31519

View File

@@ -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}]"