View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000105 | Rocky-Linux-8 | avahi | public | 2022-05-20 11:34 | 2022-05-20 11:34 |
Reporter | Duncan Macleod | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0000105: python3-avahi missing requirement on python3-dbus | ||||
Description | The python3-avahi package is missing a runtime requirement on python3-dbus: <code> $ cat /etc/os-release NAME="Rocky Linux" VERSION="8.5 (Green Obsidian)" ID="rocky" ID_LIKE="rhel centos fedora" VERSION_ID="8.5" PLATFORM_ID="platform:el8" PRETTY_NAME="Rocky Linux 8.5 (Green Obsidian)" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:rocky:rocky:8:GA" HOME_URL="https://rockylinux.org/" BUG_REPORT_URL="https://bugs.rockylinux.org/" ROCKY_SUPPORT_PRODUCT="Rocky Linux" ROCKY_SUPPORT_PRODUCT_VERSION="8" $ yum info python3-avahi Available Packages Name : python3-avahi Version : 0.7 Release : 20.el8 Architecture : x86_64 Size : 13 k Source : avahi-0.7-20.el8.src.rpm Repository : baseos Summary : Python3 Avahi bindings URL : http://avahi.org License : LGPLv2+ Description : Python3 Avahi bindings. $ yum -y install python3 python3-avahi $ python3 -c "import avahi" Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.6/site-packages/avahi/__init__.py", line 22, in <module> import dbus ModuleNotFoundError: No module named 'dbus' </code> | ||||
Steps To Reproduce | <code shell> yum -y install python3 python3-avahi python3 -c "import avahi" </code> | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-05-20 11:34 | Duncan Macleod | New Issue |