15
0
forked from pool/python-typer
Matthias Bach
2024-08-17 10:35:36 +00:00
committed by Git OBS Bridge
commit 0fb562a7a8
7 changed files with 284 additions and 0 deletions

5
python-typer-rpmlintrc Normal file
View File

@@ -0,0 +1,5 @@
# Upstream does not declare a dependency as it ships all files in both packages,
# which scarily works with pip unless you start uninstalling one of the two packages.
# We use files from python-typer-slim where they exist in both. Thus, we require
# the dependency although it is not there upstream.
addFilter("python\d+-typer.noarch: W: python-leftover-require python\d+-typer-slim")