FS#58388 - [python2-arrow] Missing dependency on python2-backports.functools_lru_cache

Attached to Project: Community Packages
Opened by Felix Yan (felixonmars) - Sunday, 29 April 2018, 09:15 GMT
Last edited by Maxime Gauduin (Alucryd) - Monday, 30 April 2018, 08:27 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
arrow depends on backports.functools_lru_cache on python 2.x. Its setup.py contains the following line:

":python_version=='2.7'": ['backports.functools_lru_cache>=1.2.1'],

Additional info:
* package version(s)
python2-arrow 0.12.1-1

* config and/or log files etc.
import arrow
/usr/lib/python2.7/site-packages/arrow/__init__.py:3: in <module>
from .arrow import Arrow
/usr/lib/python2.7/site-packages/arrow/arrow.py:19: in <module>
from arrow import util, locales, parser, formatter
/usr/lib/python2.7/site-packages/arrow/parser.py:12: in <module>
from backports.functools_lru_cache import lru_cache # pragma: no cover
E ImportError: No module named backports.functools_lru_cache
This task depends upon

Closed by  Maxime Gauduin (Alucryd)
Monday, 30 April 2018, 08:27 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.12.1-2

Loading...