Bug 25802 - Нет зависимости на python-modules-logging
Summary: Нет зависимости на python-modules-logging
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: waf (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-23 17:56 MSK by Mikhail Efremov
Modified: 2011-07-17 20:53 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Efremov 2011-06-23 17:56:51 MSK
waf configure --prefix=/usr
Traceback (most recent call last):
  File "/usr/bin/waf", line 157, in <module>
    import Scripting
  File "/usr/share/waf/wafadmin/Scripting.py", line 9, in <module>
    import Utils, Configure, Build, Logs, Options, Environment, Task
  File "/usr/share/waf/wafadmin/Utils.py", line 46, in <module>
    import Logs
  File "/usr/share/waf/wafadmin/Logs.py", line 6, in <module>
    import os, re, logging, traceback, sys
ImportError: No module named logging
Comment 1 Repository Robot 2011-07-17 20:53:31 MSK
waf-1.5.18-alt2 -> sisyphus:

* Sun Jul 17 2011 Victor Forsiuk <force@altlinux> 1.5.18-alt2
- Build with enabled req-finder (closes: #25802).