Bug 29862 - python-dev вытягивается по зависимостям при установке Gimp
Summary: python-dev вытягивается по зависимостям при установке Gimp
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python-module-numpy (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Grigory Ustinov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-02 21:15 MSK by Sergey Y. Afonin
Modified: 2014-05-05 07:39 MSK (History)
21 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Y. Afonin 2014-03-02 21:15:45 MSK
python-dev, в свою очередь, тянет libncurses-devel. Может быть, что-то из python-dev надо в base перенести, или ещё куда ?

http://lists.altlinux.org/pipermail/devel/2014-March/198366.html
Comment 1 Andrey Cherepanov 2014-03-03 10:34:44 MSK
У пакета python-module-numpy лишняя зависимость на python-module-setuptools
Comment 2 Sergey Y. Afonin 2014-03-03 10:40:22 MSK
Только надо не забыть, что в p7 эта цепочка живёт без python-module-setuptools.
Comment 3 real@altlinux.org 2014-03-03 11:11:28 MSK
"Только надо не забыть, что в p7 эта цепочка живёт без python-module-setuptools."

Не ко мне вопрос...
Comment 4 Andrey Cherepanov 2014-03-03 11:42:27 MSK
[cas@altair ~]$ rpm -qRp /ALT/Sisyphus/i586/RPMS.classic/python-module-numpy-2* | grep setup
python2.7(setuptools)  
[cas@altair ~]$ rpm -qRp /ALT/p7/i586/RPMS.classic/python-module-numpy-2* | grep setup
python2.7(setuptools)  

Увы, жить без setuptools не может.
Comment 5 real@altlinux.org 2014-03-03 11:49:01 MSK
Да, даже %add_python_req_skip setuptools не помогает :(
Comment 6 Sergey Y. Afonin 2014-03-03 12:06:18 MSK
(In reply to comment #4)

> Увы, жить без setuptools не может.

Вчерашний p7:

# rpm -q python-module-setuptools
warning: package python-module-setuptools is not installed
# rpm -q python-dev
python-dev-2.7.4-alt1
# apt-get remove python-dev
<skip>
The following packages will be REMOVED:
  gimp gimp-plugin-ace2 gimp-plugin-exif-browser gimp-plugin-gmic
  hplip-gui python-dev python-module-PyQt4 python-module-distribute
  python-module-nose python-module-numpy python-module-numpy-addons
  python-module-numpy-testing python-module-pygtk python-module-sip

Собственно, я на python-dev и повесил изначально потому, что цепочку зависимостей в p7 не понял.
Comment 7 Yuri N. Sedunov 2014-03-03 12:24:47 MSK
(In reply to comment #4)
> [cas@altair ~]$ rpm -qRp /ALT/Sisyphus/i586/RPMS.classic/python-module-numpy-2*
> | grep setup
> python2.7(setuptools)  
> [cas@altair ~]$ rpm -qRp /ALT/p7/i586/RPMS.classic/python-module-numpy-2* |
> grep setup
> python2.7(setuptools)  
> 
> Увы, жить без setuptools не может.

Разумеется не сможет, пока в python-module-numpy  есть файлы в %python_sitelibdir/numpy/distutils, которым, очевидно, место в соответствующем -devel пакете.
Comment 8 real@altlinux.org 2014-03-03 12:52:49 MSK
Не поможет.
Comment 9 Repository Robot 2014-05-05 07:39:39 MSK
python-module-numpy-2.0.0-alt12.git20131021 -> sisyphus:

* Mon May 05 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux> 2.0.0-alt12.git20131021
- Avoid requirement on python-devel for python-module-numpy (ALT #29862)