mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/jaraco-classes-2.0-r1: fix missed dep (bug 701038)
Closes: https://bugs.gentoo.org/701038 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
committed by
Patrick McLean
parent
6eb1bd04c5
commit
9dc5b88eba
@@ -49,6 +49,8 @@ python_check_deps() {
|
||||
python_prepare_all() {
|
||||
# avoid a setuptools_scm dependency
|
||||
sed -i "s:use_scm_version=True:version='${PV}':" setup.py || die
|
||||
sed -r -i "s:setuptools_scm[[:space:]]*([><=]{1,2}[[:space:]]*[0-9.a-zA-Z]+)[[:space:]]*::" \
|
||||
setup.cfg || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user