mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/backports-ssl-match-hostname: skip build in install phase
This prevents __init__.py from being re-copied from ${S}.
Package-Manager: Portage-2.3.6_p7, Repoman-2.3.2_p75
This commit is contained in:
@@ -31,6 +31,5 @@ python_install_all() {
|
||||
python_install() {
|
||||
# main namespace provided by dev-python/backports
|
||||
rm "${BUILD_DIR}"/lib/backports/__init__.py || die
|
||||
rm -f backports/__init__.py || die
|
||||
distutils-r1_python_install
|
||||
distutils-r1_python_install --skip-build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user