mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/black-19.10_beta0: fix setuptools_scm dep (bug #727088)
Closes: https://bugs.gentoo.org/727088 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
committed by
Patrick McLean
parent
4c358fcc9a
commit
b18498c099
@@ -50,6 +50,7 @@ python_prepare_all() {
|
||||
|
||||
[[ -e ${version_path} ]] && die "could not find path to write version to"
|
||||
printf 'version = "%s"\n' "${MY_PV}" > "${version_path}" || die "error writing version"
|
||||
sed 's:setuptools_scm::' setup.cfg || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user