File exclude-rpm of Package venv-openstack-octavia
# List of packages to ignore (use Python regex)
# Note that `exclude` takes precedence over `include`. So if a
# package match both constrains, it will be excluded.
# Exclude irrelevan sub-packages
.*-debuginfo$
.*-debugsource$
.*-devel$
.*-devel-.*
# Exclude docs packages (but do not exclude docker)
.*-doc$
.*-docs$
.*-doc-.*
.*-test
# Python base breaks the venv
python-base
python3-base
# Exclude all Python 3 packages
python3.*
# Exclude rpmlint related packages
rpmlint.*