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
Currently, I get an error when trying to convert a package that doesn't in the default PYPI_URL.
PYPI_URL
>$ pyp2rpm notacommonpackage Package "notacommonpackage" could not be found on PyPI.
Please allow the customization of default options.
The text was updated successfully, but these errors were encountered:
Note that if you're packaging for Fedora, the guidelines indicate that the package should be available on PYPI: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_pypi_parity
If you're not packaging on Fedora, you can provide the path to a local archive file on the pyp2rpm command line.
Are you specifying a different index-url in your configuration file?
Sorry, something went wrong.
No branches or pull requests
Currently, I get an error when trying to convert a package that doesn't in the default
PYPI_URL
.Please allow the customization of default options.
The text was updated successfully, but these errors were encountered: