commit:     56f267ce4a12e7c34930927c3bbd0ad1b307d3fb
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 23:40:07 2018 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 23:41:47 2018 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=56f267ce

app-crypt/wile: Address sandbox violation

.. by depending on post-stable version of setuptools.

Compile error was:
distutils.errors.DistutilsError: Setup script exited with error: 
SandboxViolation:
open('/var/tmp/portage/app-crypt/wile-1.0.1/work/wile-1.0.1-python2_7/lib/ptr.py',
 'wb') {}

 app-crypt/wile/wile-1.0.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-crypt/wile/wile-1.0.1.ebuild b/app-crypt/wile/wile-1.0.1.ebuild
index f0c0752..7579bb5 100644
--- a/app-crypt/wile/wile-1.0.1.ebuild
+++ b/app-crypt/wile/wile-1.0.1.ebuild
@@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
+       >=dev-python/setuptools-38.5.1[${PYTHON_USEDEP}]
        dev-python/setuptools_scm[${PYTHON_USEDEP}]
        "
 RDEPEND="

Reply via email to