mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/lyricwikia: do not depend on deprecated dep
Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -15,8 +15,6 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
BDEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
|
||||
|
||||
RDEPEND="
|
||||
@@ -28,6 +26,13 @@ PATCHES="${FILESDIR}/${P}-skip-online-test.patch"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_prepare_all() {
|
||||
# do not depend on deprecated dep
|
||||
sed -i -e '/pytest-runner/d' setup.py || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Note that access to LyricWikia through this API (and products that use this API) should comply to the LyricWikia terms of use"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user