mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-python/python-varlink: Remove setuptools_scm dependency
Reported-by: Toralf Förster <toralf@gentoo.org> Closes: https://bugs.gentoo.org/705968 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -20,6 +20,13 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
DEPEND="${RDEPEND}"
|
||||
S="${WORKDIR}/python-${PV}"
|
||||
|
||||
python_prepare_all() {
|
||||
distutils-r1_python_prepare_all
|
||||
|
||||
sed -e 's|^[[:space:]]*setuptools_scm$||' \
|
||||
-i setup.cfg || die
|
||||
}
|
||||
|
||||
python_test() {
|
||||
esetup.py test || die "tests failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user