forked from pool/python-typer
OBS-URL: https://build.opensuse.org/request/show/1165971 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typer?expand=0&rev=26
6 lines
385 B
Plaintext
6 lines
385 B
Plaintext
# 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")
|