Bug 31280 - добавить зависимость на python-module-cffi
Summary: добавить зависимость на python-module-cffi
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python-module-cryptography (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Grigory Ustinov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 23:17 MSK by Alexey Shabalin
Modified: 2015-09-18 13:31 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shabalin 2015-09-17 23:17:41 MSK
Мне кажется в python-module-cryptography надо добавить зависимость на python-module-cffi


сен 17 22:59:02 example.domain keystone-all[26600]: 2015-09-17 22:59:02.795 26600 TRACE keystone     from OpenSSL import rand, crypto, SSL
сен 17 22:59:02 example.domain keystone-all[26600]: 2015-09-17 22:59:02.795 26600 TRACE keystone   File "/usr/lib/python2.7/site-packages/OpenSSL/rand.py", line 11, in <module>
сен 17 22:59:02 example.domain keystone-all[26600]: 2015-09-17 22:59:02.795 26600 TRACE keystone     from OpenSSL._util import (
сен 17 22:59:02 example.domain keystone-all[26600]: 2015-09-17 22:59:02.795 26600 TRACE keystone   File "/usr/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in <module>
сен 17 22:59:02 example.domain keystone-all[26600]: 2015-09-17 22:59:02.795 26600 TRACE keystone     from cryptography.hazmat.bindings.openssl.binding import Binding
сен 17 22:59:02 example.domain keystone-all[26600]: 2015-09-17 22:59:02.795 26600 TRACE keystone   File "/usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 11, in <module>
сен 17 22:59:02 example.domain keystone-all[26600]: 2015-09-17 22:59:02.795 26600 TRACE keystone     from cryptography.hazmat.bindings._openssl import ffi, lib
сен 17 22:59:02 example.domain keystone-all[26600]: 2015-09-17 22:59:02.795 26600 TRACE keystone ImportError: No module named _cffi_backend
сен 17 22:59:02 example.domain keystone-all[26600]: 2015-09-17 22:59:02.795 26600 TRACE keystone
сен 17 22:59:02 example.domain systemd[1]: openstack-keystone.service: Main process exited, code=exited, status=1/FAILURE
Comment 1 Repository Robot 2015-09-18 13:31:43 MSK
python-module-cryptography-1.0.1-alt2 -> sisyphus:

* Fri Sep 18 2015 Vladimir Didenko <cow@altlinux> 1.0.1-alt2
- Add cffi to requirements (closes: #31280)