View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005545 | Rocky-Linux-9 | appstream | public | 2024-01-24 15:17 | 2024-01-24 16:30 |
Reporter | lukas grimm | Assigned To | Louis Abel | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Summary | 0005545: Dependencies of python3-networkx 2.6.2 | ||||
Description | `dnf install python-networkx` installs 316 Packages, `dnf install python-networkx --setopt=install_weak_deps=False` doesn't have any other dependencies. I run into this trying to install `hyperkitty` and was curious where all those packages come from. I would expect that if I install a package via RPM, only stuff that is really required is installed. | ||||
Steps To Reproduce | Start a Rocky9 and issue the command `dnf install python-networkx` vs `dnf install python-networkx --setopt=install_weak_deps=False` | ||||
Tags | No tags attached. | ||||
The dependencies that are appearing are considered weak dependencies as they're not "required" but they are either recommended or suggested by the package you're installing or another dependency of that package. You can see an example of what's recommended by using dnf repoquery -q python3-networkx --recommends Closing as this is not a bug. https://wiki.rockylinux.org/rocky/support/ https://wiki.rockylinux.org/rocky/bugs/ |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2024-01-24 15:17 | lukas grimm | New Issue | |
2024-01-24 16:30 | Louis Abel | Assigned To | => Louis Abel |
2024-01-24 16:30 | Louis Abel | Status | new => closed |
2024-01-24 16:30 | Louis Abel | Resolution | open => no change required |
2024-01-24 16:30 | Louis Abel | Note Added: 0005678 |