We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The disutils python rpm build is deprecated related to issue
#72
Run $ python setup.py bdist_rpm
$ python setup.py bdist_rpm
will fail.
User could build rpm from repo could use:
$ spectool -gR pylero.spec $ rpmbuild -ba pylero.spec
$ spectool -gR pylero.spec
$ rpmbuild -ba pylero.spec
which directly run the rpmbuild command with the release tar.gz file.
Need fix the python rpmbuild cmd with new supported tool like pysrpm, more info check:
pysrpm
pypa/setuptools#1988
The text was updated successfully, but these errors were encountered:
No plan to add back this part as we release in Pypi and also Fedora EPEL
Sorry, something went wrong.
No branches or pull requests
The disutils python rpm build is deprecated related to issue
#72
Run
$ python setup.py bdist_rpm
will fail.
User could build rpm from repo could use:
$ spectool -gR pylero.spec
$ rpmbuild -ba pylero.spec
which directly run the rpmbuild command with the release tar.gz file.
Need fix the python rpmbuild cmd with new supported tool like
pysrpm
, more info check:pypa/setuptools#1988
The text was updated successfully, but these errors were encountered: