[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2217: SandboxViolation: mkdir('/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/__pycache__', 511) {}
Tahoe-LAFS
trac at tahoe-lafs.org
Tue Apr 15 12:13:56 UTC 2014
#2217: SandboxViolation: mkdir('/usr/lib/python2.7/site-
packages/cryptography/hazmat/bindings/__pycache__', 511) {}
-------------------------+-------------------------------------------------
Reporter: | Owner: daira
aredridel | Status: assigned
Type: defect | Milestone: undecided
Priority: normal | Version: 1.10.0
Component: | Keywords: setuptools distribute build cffi
packaging | cryptography
Resolution: |
Launchpad Bug: |
-------------------------+-------------------------------------------------
Comment (by zooko):
Here is a way to find out what package(s) depend on the cryptography
library:
{{{
python -c 'import pkg_resources;print pkg_resources.require("pyOpenSSL <=
0.13")'
}}}
That should print out all the packages that {{{"pyOpenSSL <= 0.13"}}}
depends on. You can also do the same thing for the other packages from
[source:trunk/src/allmydata/_auto_deps.py?annotate=blame&rev=7bb07fb5e28756fa13ba5190e6c39003c84d3e1e
src/allmydata/_auto_deps.py], like this:
{{{
python -c 'import pkg_resources;print pkg_resources.require("Twisted >=
11.0.0")'
}}}
and
{{{
python -c 'import pkg_resources;print pkg_resources.require("foolscap >=
0.6.3")'
}}}
I'd guess that Twisted and foolscap are two other libraries that *might*
somehow depend on the "cryptography.io" library.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2217#comment:21>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list