Bug ID | 1202676 |
---|---|
Summary | setools: excessive python deps pulled in |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Security |
Assignee | jsegitz@suse.com |
Reporter | lnussel@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Installing a system based on patterns-base-enhanced_base leads to about 1.2 GB of size. Adding patterns-base-selinux turns it into a whopping 2.4GB. Locking python3-policycoreutils which is recommended by selinux-policy and required by policycoreutils-python-utils reduces the size to 1.2GB again. Turns out the excessive path is python3-policycoreutils requiring python3-setools which in turn recommends python3-networkx which then pulls in shitloads of stuff including pandoc etc. Would it be ok to not recommend python3-networkx?