mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-python/backports-ssl-match-hostname: Fix file collison
Bug: https://bugs.gentoo.org/572610 Package-Manager: portage-2.2.27_p47
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -30,8 +30,8 @@ python_install_all() {
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
# main namespace provided by dev-python/backports
|
||||
rm "${ED}$(python_get_sitedir)"/backports/__init__.py* || die
|
||||
rm "${BUILD_DIR}"/lib/backports/__init__.py || die
|
||||
rm -f backports/__init__.py || die
|
||||
distutils-r1_python_install
|
||||
}
|
||||
Reference in New Issue
Block a user