diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-06-08 14:10:04 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-06-08 14:12:03 -0700 |
commit | b18498c099bc837e6ccc24ca310cabe3f449a3ed (patch) | |
tree | 50534218bae768dd201a9b023dcbdb665026ed82 /dev-python/black | |
parent | x11-wm/xpra: Fix pkgcore warning (diff) | |
download | gentoo-b18498c099bc837e6ccc24ca310cabe3f449a3ed.tar.gz gentoo-b18498c099bc837e6ccc24ca310cabe3f449a3ed.tar.bz2 gentoo-b18498c099bc837e6ccc24ca310cabe3f449a3ed.zip |
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>
Diffstat (limited to 'dev-python/black')
-rw-r--r-- | dev-python/black/black-19.10_beta0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/black/black-19.10_beta0.ebuild b/dev-python/black/black-19.10_beta0.ebuild index 5db71277f7f9..32679a1df08b 100644 --- a/dev-python/black/black-19.10_beta0.ebuild +++ b/dev-python/black/black-19.10_beta0.ebuild @@ -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 } |