Bug 23855 - Излишние зависимости
Summary: Излишние зависимости
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python-module-wx2.9 (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: real@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-05 19:52 MSD by Andrey Rahmatullin
Modified: 2010-08-09 08:21 MSD (History)
23 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Rahmatullin 2010-08-05 19:52:17 MSD
python-module-wx2.9 зачем-то требует python2.6(numpy)
Comment 1 real@altlinux.org 2010-08-06 07:11:57 MSD
wx/lib/plot.py (строка 118):
    import numpy.oldnumeric as _Numeric

Можно сделать %add_python_req_skip numpy (но тогда при обращении к plot будет вываливаться "This module requires the Numeric/numarray or NumPy module...".
А можно оставить как есть?

Какой вариант предпочтительней?
Comment 2 real@altlinux.org 2010-08-06 07:21:41 MSD
Ели ещё вариант - выделить wx.lib.plot в отдельный подпакет.

Так что выбирайте, а лично мне до лампочки, какой вариант лучше, у меня numpy - вообще один из самых используемых питоньих пакетов :)
Comment 3 Andrey Rahmatullin 2010-08-06 09:42:35 MSD
%add_python_req_skip numpy
Comment 4 real@altlinux.org 2010-08-06 09:50:31 MSD
"%add_python_req_skip numpy"

Принято.
Comment 5 Repository Robot 2010-08-09 08:21:09 MSD
python-module-wx2.9-2.9.1.0-alt1.svn20100802 -> sisyphus:

* Mon Aug 09 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux> 2.9.1.0-alt1.svn20100802
- New snapshot
- Built from separate gear repository
- Desabled requirement on NumPy (ALT #23855)