Files
meta-openembedded/meta-python/recipes-devtools/python
Trevor Gamblin b76313654f python3-asn1crypto: add python3-numbers to RDEPENDS
The asn1crypto module relies on the fractions module from the
standard library, which is contained in the python3-numbers package,
but it is not in asn1crypto's RDEPENDS:

|>>> import asn1crypto.pdf
|Traceback (most recent call last):
|  File "<stdin>", line 1, in <module>
|  File "/usr/lib64/python3.8/site-packages/asn1crypto/pdf.py", line 10, in <module>
|    from .cms import CMSAttributeType, CMSAttribute
|  File "/usr/lib64/python3.8/site-packages/asn1crypto/cms.py", line 29, in <module>
|    from .algos import (
|  File "/usr/lib64/python3.8/site-packages/asn1crypto/algos.py", line 26, in <module>
|    from .core import (
|  File "/usr/lib64/python3.8/site-packages/asn1crypto/core.py", line 52, in <module>
|    from fractions import Fraction
|ModuleNotFoundError: No module named 'fractions'

Add it to fix the error.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 17:58:54 -07:00
..
2020-04-20 21:45:13 -07:00
2020-04-21 07:14:06 -07:00
2020-04-01 23:32:54 -07:00
2020-04-03 14:38:09 -07:00
2020-04-21 07:14:06 -07:00
2020-03-30 22:02:13 -07:00
2019-11-13 07:15:16 -08:00
2019-11-13 07:15:16 -08:00
2020-04-20 21:45:13 -07:00
2020-04-01 23:32:54 -07:00
2020-04-03 14:38:09 -07:00
2020-04-01 23:32:54 -07:00
2020-04-10 23:49:16 -07:00