RedHatQE / pylero

Python wrapper for the Polarion WSDL API
https://redhatqe.github.io/pylero/
MIT License
37 stars 25 forks source link

Switch back to modern rpm spec #95

Closed waynesun09 closed 2 years ago

waynesun09 commented 2 years ago

The modern spec could be used to build rpm on supported Fedora releases, it could not be used to build on epel8 and earlier.

For build rpm on epel8 and earlier, must use the old 201x era spec which don't need exist in the upstream repo.

Remove the setuptools_scm dependency in pyproject.toml during package build from the spec as it's for source build not for packaging.

Signed-off-by: Wayne Sun gsun@redhat.com

waynesun09 commented 2 years ago

Depends on https://github.com/RedHatQE/pylero/pull/94