summaryrefslogtreecommitdiff
path: root/dev-python/yamlpath/yamlpath-3.6.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/yamlpath/yamlpath-3.6.7.ebuild')
-rw-r--r--dev-python/yamlpath/yamlpath-3.6.7.ebuild11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/yamlpath/yamlpath-3.6.7.ebuild b/dev-python/yamlpath/yamlpath-3.6.7.ebuild
index e236b9aeee0e..cb29f39f6095 100644
--- a/dev-python/yamlpath/yamlpath-3.6.7.ebuild
+++ b/dev-python/yamlpath/yamlpath-3.6.7.ebuild
@@ -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}"
-}