19 lines
855 B
Plaintext
19 lines
855 B
Plaintext
### 20230412, smb
|
|
# Without 'Requires: python-urllib3' in .spec, it complains - add it - it complains ?!
|
|
addFilter("explicit-lib-dependency python3-urllib3");
|
|
#addFilter("explicit-lib-dependency python39-urllib3");
|
|
#addFilter("explicit-lib-dependency python310-urllib3");
|
|
#addFilter("explicit-lib-dependency python311-urllib3");
|
|
#addFilter("explicit-lib-dependency python312-urllib3");
|
|
#####
|
|
### 20240512, smb
|
|
# Some python module Requires can't be found in the python package requirements
|
|
# declaration. Please verify that all dependencies are really needed.
|
|
# These aren't needed anymore 20250108
|
|
#addFilter("python-leftover-require python3-exceptiongroup");
|
|
#addFilter("python-leftover-require python3-typing_extensions")
|
|
#####
|
|
### 20250608: This is needed when building locally, but not in OBS
|
|
addFilter("python-bytecode-inconsistent-mtime *");
|
|
#####
|