Bug 49873 - avahi-bookmarks: cannot import name ‘gireactor’ from ‘twisted.internet’
Summary: avahi-bookmarks: cannot import name ‘gireactor’ from ‘twisted.internet’
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: avahi (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Sergey Bolshakov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-02 19:28 MSK by Evgeny Shesteperov
Modified: 2024-04-03 12:20 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeny Shesteperov 2024-04-02 19:28:21 MSK
Версия

-   avahi-0.8-alt3

Шаги воспроизведения

    # apt-get install -y avahi-bookmarks avahi avahi-daemon
    # systemctl enable --now avahi-daemon.socket avahi-daemon.service && sleep 5; systemctl status avahi-daemon.socket avahi-daemon.service --no-pager -l
    # avahi-bookmarks -a 0.0.0.0 -p 1337

Ожидаемый результат:

    Now point your web browser to http://0.0.0.0:1337/!

Фактический результат:

    Traceback (most recent call last):
      File "/usr/bin/avahi-bookmarks", line 201, in <module>
        from twisted.internet import gireactor
    ImportError: cannot import name 'gireactor' from 'twisted.internet' (/usr/lib/python3/site-packages/twisted/internet/__init__.py)
Comment 1 Repository Robot 2024-04-03 12:20:04 MSK
avahi-0.8-alt4 -> sisyphus:

 Wed Apr 03 2024 Sergey Bolshakov <sbolshakov@altlinux> 0.8-alt4
 - complete avahi-browser python deps (closes: 49873)