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:
Patrick McLean
2019-11-24 23:50:53 -08:00
committed by Patrick McLean
parent 6eb1bd04c5
commit 9dc5b88eba

View File

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