Fixed
- RPM:
* Fix Python 3.6 compatibility by replacing the `removesuffix()` method, which
is available since Python 3.9.0, with another code.
Changed
- Use the `python3` shebang instead of `python` in the `mkrepo` executable path.
- Slightly update package description in `setup.py`.
Added
- Add auto-installation of required package dependencies.