Bug 24591 - Добавить зависимость на python-module-genshi, так как без него не работает
Summary: Добавить зависимость на python-module-genshi, так как без него не работает
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: trac (show other bugs)
Version: unstable
Hardware: all Linux
: P3 major
Assignee: enp
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-18 20:02 MSK by Slava Semushin
Modified: 2010-11-18 21:38 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 Slava Semushin 2010-11-18 20:02:16 MSK
Обновил trac:
Nov 18 22:55:03 rock apt-get: trac-0.12.1-alt1 installed 
Nov 18 22:55:04 rock apt-get: trac-0.11.7-alt1 removed

[c0der@rock ~]$ sudo service trac start
Starting tracd service: Traceback (most recent call last):
  File "/usr/bin/tracd", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2566, in <module> parse_requirements(__requires__), Environment()
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 524, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: Genshi>=0.6
                                                                        [FAILED]

После установки python-module-genshi trac запустился. Похоже, что нужно добавить зависимость на этот пакет?
Comment 1 Slava Dubrovskiy 2010-11-18 20:34:45 MSK
да, надо добавить.
Comment 2 Slava Semushin 2010-11-18 20:36:54 MSK
(In reply to comment #1)
> да, надо добавить.

И плагин для git-а обновите, пожалуйста, потому что иначе не работает :( (см. http://lists.altlinux.org/pipermail/sisyphus/2010-November/350519.html)
Comment 3 Repository Robot 2010-11-18 21:38:03 MSK
trac-0.12.1-alt2 -> sisyphus:

* Thu Nov 18 2010 Slava Dubrovskiy <dubrsl@altlinux> 0.12.1-alt2
- Fix (ALT #24591)