14
0

- clean up rpmlintrc and remove unnecessary requirement for sseclient Python module

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=146
This commit is contained in:
2024-05-31 21:47:17 +00:00
committed by Git OBS Bridge
parent dc3ceceb4a
commit 8390ea5607
3 changed files with 1 additions and 4 deletions

View File

@@ -4,5 +4,3 @@ addFilter("python-leftover-require python[0-9]+-httpsig_cffi")
addFilter("python-leftover-require python[0-9]+-requests")
addFilter("python-leftover-require python[0-9]+-six")
addFilter("python-leftover-require python[0-9]+-urllib3")
# python2 only: rpmlint does not understand the python marker yet
addFilter("python-missing-require configparser")