Commit Graph

1 Commits

Author SHA1 Message Date
Michel Alexandre Salim
44425a2013
Minor fixes for Python 3.12 compatibility
- Fix Python unit tests to use the right assert methods
- Explicitly BR python3-setuptools

`distutils` is dropped in Python 3.12, but is provided in `setuptools`;
even if we port `libkdumpfile` to use `setuptools` natively (not
possible until `Extension` is ported) we'd need to depend on
`setuptools` anyway.

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
2023-01-20 15:56:17 -06:00