Bug 35714 - Не работает без python-module-matplotlib-tests
Summary: Не работает без python-module-matplotlib-tests
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python-module-matplotlib (show other bugs)
Version: unstable
Hardware: all Linux
: P3 blocker
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL: https://lists.altlinux.org/pipermail/...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-03 20:06 MSK by Aleksey Borisenkov
Modified: 2018-12-05 12:27 MSK (History)
19 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksey Borisenkov 2018-12-03 20:06:23 MSK
$ python -c 'import matplotlib.pyplot as plt'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib64/python2.7/site-packages/matplotlib/__init__.py", line 130, in <module>
    from matplotlib.rcsetup import defaultParams, validate_backend, cycler
  File "/usr/lib64/python2.7/site-packages/matplotlib/rcsetup.py", line 27, in <module>
    from matplotlib import cbook, testing
ImportError: cannot import name testing


Работает после установки python-module-matplotlib-tests.
То же самое с python3.
Comment 1 Dmitry V. Levin 2018-12-03 22:18:32 MSK
В результате этого обновления python-module-matplotlib перестали собираться 12 пакетов: https://lists.altlinux.org/pipermail/devel/2018-December/206005.html
Comment 2 Repository Robot 2018-12-04 17:31:02 MSK
python-module-matplotlib-2.2.3-alt2 -> sisyphus:

Tue Dec 04 2018 Andrey Cherepanov <cas@altlinux> 2.2.3-alt2
- Package testing module in main package (ALT #35714).
- Drop tests subpackages.
- Requires backports.functools_lru_cache module.