dev-python/black-19.10_beta0: Fix sed to remove setuptools_scm

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2020-06-09 16:39:38 -07:00
parent 56323cbbd8
commit 69e8597bb3

View File

@@ -50,7 +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
sed -e 's:setuptools_scm::' -i setup.cfg || die
distutils-r1_python_prepare_all
}