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
I'm working on packaging pass-audit on fedora. The current setup.py provided data-files are only working for easy_install packages and not wheel ones (see https://setuptools.pypa.io/en/latest/userguide/datafiles.html#non-package-data-files ).
pass-audit
setup.py
easy_install
wheel
Since easy_install packages are deprecated, I'm proposing to rollback the installation to the Makefile (PR incoming).
Makefile
For reference, the current WIP package is https://git.sr.ht/~xdbob/rpm-packages/tree/master/item/pass-audit
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'm working on packaging
pass-audit
on fedora. The currentsetup.py
provided data-files are only working foreasy_install
packages and notwheel
ones (see https://setuptools.pypa.io/en/latest/userguide/datafiles.html#non-package-data-files ).Since
easy_install
packages are deprecated, I'm proposing to rollback the installation to theMakefile
(PR incoming).For reference, the current WIP package is https://git.sr.ht/~xdbob/rpm-packages/tree/master/item/pass-audit
The text was updated successfully, but these errors were encountered: