Skip to content

Commit

Permalink
dev-python/backports-ssl-match-hostname: Fix file collison
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/572610

Package-Manager: portage-2.2.27_p47
  • Loading branch information
floppym committed Jan 22, 2016
1 parent 3173f72 commit 9cb3611
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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
}

0 comments on commit 9cb3611

Please sign in to comment.