-
Notifications
You must be signed in to change notification settings - Fork 102
v0.3.0 release missing vendor/ directory #80
New issue
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
Comments
I checked and hiredis-0.3.0.tar.gz did contain vendor directory. |
From Github's releases page:
:) |
It seems the archive from github releases only includes source files from this repo itself, but not inludes those source files from git submodules. It's better to |
Indeed. I'd use the PyPi downloads (this is for Debian packaging btw) but these are missing the |
I have no knowledge about Debian packaging. |
Debian packaging requires a single source tarball; we can't access the internet during build etc to get submodules. I could roll a custom tarball myself but it is always best to use "upstream's" one. :) |
v0.3.1 released https://pypi.org/project/hiredis/0.3.1/#files |
Many thanks; works great! |
The v0.3.0 release tarball is missing the
vendor/
directory so this does not build, alas.The text was updated successfully, but these errors were encountered: