mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/jaraco-text: Rename dist-info for pkg_resources
Bug: https://bugs.gentoo.org/834522 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -47,3 +47,10 @@ src_configure() {
|
||||
description = "Module for text manipulation"
|
||||
EOF
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
# rename to workaround a bug in pkg_resources
|
||||
# https://bugs.gentoo.org/834522
|
||||
mv "${D}$(python_get_sitedir)"/jaraco{_,.}text-${PV}.dist-info || die
|
||||
}
|
||||
Reference in New Issue
Block a user