Skip to content
Commit 75679d44 authored by mike.looijmans@topic.nl's avatar mike.looijmans@topic.nl Committed by Martin Jansa
Browse files

python-pyopenssl: Add missing RDEPENDS on "six" and "cryptography"



Fixes the following errors when doing "import OpenSSL":

    File "/usr/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in <module>
      from cryptography.hazmat.bindings.openssl.binding import Binding
  ImportError: No module named cryptography.hazmat.bindings.openssl.binding
    File "/usr/lib/python2.7/site-packages/OpenSSL/rand.py", line 9, in <module>
      from six import integer_types as _integer_types
  ImportError: No module named six

Signed-off-by: default avatarMike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent a6423360
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment