Check whether a package is a leaf package on i686.
  • Python 93.4%
  • Shell 6.6%
Find a file
2026-05-29 17:12:47 +02:00
.gitignore initial import 2022-03-08 13:36:22 +01:00
gen_multilib_lists.sh update steam dependency lists for Fedora 43, drop wine list 2025-12-01 00:10:22 +01:00
leafdrop update steam dependency lists for Fedora 43, drop wine list 2025-12-01 00:10:22 +01:00
README.md adapt to changes in dnf5 2025-01-09 16:30:33 +01:00
steam_multilib_packages.txt update steam dependency list for Fedora 44 2026-05-29 17:12:47 +02:00
UNLICENSE initial import 2022-03-08 13:36:22 +01:00

leafdrop

This script prints whether a package is a leaf package on i686. If it is not, it prints the list of dependent packages.

Requirements

  • python3
  • DNF5 as dnf
  • internet connection

Usage

./leafdrop foo

TODO

  • filter out source packages that already have ExcludeArch: i686 (using similar heuristics as in repochecker)

License

Licensed under the terms of the UNLICENSE.