mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/yamlpath: drop obsolete python_install hack
Bug: https://bugs.gentoo.org/879131 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -37,14 +37,3 @@ python_prepare_all() {
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
# install and optimize yamlpath/patches/aliasstyle.py
|
||||
local sitedir=$(python_get_sitedir)
|
||||
[[ -d ${D}${sitedir} ]] || die "${D}${sitedir}: No such directory"
|
||||
insinto "${sitedir}/yamlpath"
|
||||
doins -r "${S}/yamlpath/patches"
|
||||
python_optimize "${D}${sitedir}"
|
||||
}
|
||||
|
||||
@@ -37,14 +37,3 @@ python_prepare_all() {
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
# install and optimize yamlpath/patches/aliasstyle.py
|
||||
local sitedir=$(python_get_sitedir)
|
||||
[[ -d ${D}${sitedir} ]] || die "${D}${sitedir}: No such directory"
|
||||
insinto "${sitedir}/yamlpath"
|
||||
doins -r "${S}/yamlpath/patches"
|
||||
python_optimize "${D}${sitedir}"
|
||||
}
|
||||
|
||||
@@ -37,14 +37,3 @@ python_prepare_all() {
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
|
||||
# install and optimize yamlpath/patches/aliasstyle.py
|
||||
local sitedir=$(python_get_sitedir)
|
||||
[[ -d ${D}${sitedir} ]] || die "${D}${sitedir}: No such directory"
|
||||
insinto "${sitedir}/yamlpath"
|
||||
doins -r "${S}/yamlpath/patches"
|
||||
python_optimize "${D}${sitedir}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user