dev-python/autobahn: Fix intermittent ACCESS VIOLATION

A twisted/plugins/ addition was triggerring a twisted cache update.
Causing:
* ACCESS DENIED:  open_wr:
   /usr/lib64/python3.6/site-packages/twisted/plugins/VAd-OChNHI-C28Rfdropin.cache.new

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70
This commit is contained in:
Brian Dolbec
2017-06-15 17:38:17 -07:00
parent 73a0b19ea3
commit 22aa595ef8
2 changed files with 11 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -55,3 +55,8 @@ S="${WORKDIR}"/${MY_P}
python_test() {
esetup.py test
}
python_compile() {
addpredict "$(python_get_sitedir)"
distutils-r1_python_compile
}

View File

@@ -55,3 +55,8 @@ python_test() {
cd "${BUILD_DIR}"/lib || die
py.test -v || die
}
python_compile() {
addpredict "$(python_get_sitedir)"
distutils-r1_python_compile
}