meta-openembedded/meta-python/recipes-devtools
Trevor Gamblin c3a3470b1b python-twisted: add missing RDEPENDS for conch
import twisted.conch.checkers outputs error messages like the
following for multiple modules:

|Python 3.7.4 (default, Oct 28 2019, 02:05:50)
|[GCC 9.2.0] on linux
|Type "help", "copyright", "credits" or "license" for more information.
|>>> import twisted.conch.checkers
|
|Error message :
|File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
|File "/usr/lib64/python3.7/site-packages/twisted/conch/checkers.py", line 32, in
|<module>
|from twisted.conch.ssh import keys
|File "/usr/lib64/python3.7/site-packages/twisted/conch/ssh/keys.py", line 18, in
|<module>
|import bcrypt
|No module named 'bcrypt'

Add the missing RDEPENDS so that it works (bcrypt, cryptography, pyasn1,
pickle).

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-11 16:22:40 -08:00
..
gyp gyp: provide a python2 version of gyp as gyp-py2 2019-11-11 21:21:13 -08:00
python python-twisted: add missing RDEPENDS for conch 2019-12-11 16:22:40 -08:00
python-jsonref python-jsonref: add recipe 2019-07-23 09:37:22 -07:00