We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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, the tarball for python-keyring contains .hg files (guess they didn't use sdist) and if hg is not installed, pip bundle keyring fails:
$ pip bundle lava.pybundle keyring Putting temporary build files in /srv/lava/instances/dev/build-bundle5 and source/develop files in /srv/lava/instances/dev/src-bundle Downloading/unpacking keyring Downloading keyring-0.7.1.zip (40Kb): 40Kb downloaded Running setup.py egg_info for package keyring Running setup.py egg_info for package keyring Cannot find command 'hg' Storing complete log in /home/mwhudson/.pip/pip.log
The workaround is clear (install hg) but this is unexpected.
The text was updated successfully, but these errors were encountered:
add mercurial to LAVA_PKG_LIST to work around pypa/pip#450
fb1901a
No branches or pull requests
Currently, the tarball for python-keyring contains .hg files (guess they didn't use sdist) and if hg is not installed, pip bundle keyring fails:
The workaround is clear (install hg) but this is unexpected.
The text was updated successfully, but these errors were encountered: