-
Notifications
You must be signed in to change notification settings - Fork 687
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
make build-debs
is failing on develop
#5471
Comments
Looks like the following diff resolves for me locally (h/t @chigby @SaptakS) We should understand why this regression occurred. While we pin setuptools in
|
I think this comment explains it well enough. As far as I've been able to find, only in Getting a recent version of Looks to me like the expedient fix is |
This patched deployment.py file for dh-virtualenv installs known working setuptools==46.0.0 in the virtualenv, and then it will try to install dependencies for SecureDrop. Fixes #5471
This patched deployment.py file for dh-virtualenv installs known working setuptools==46.0.0 in the virtualenv, and then it will try to install dependencies for SecureDrop. Fixes #5471
This patched deployment.py file for dh-virtualenv installs known working setuptools==46.0.0 in the virtualenv, and then it will try to install dependencies for SecureDrop. Fixes #5471
Description
The package build for
xenial
is now failing ondevelop
.Steps to Reproduce
make build-debs
Expected Behavior
All packages should be built properly.
Actual Behavior
securedrop-app-code
is failing to build with steps related to python packages installation (most probably pip).randomerror.txt
Note: In the
focal_pacakge_bulid
branchmake build-debs-focal
is working.Comments
Suggestions to fix, any other relevant information.
The text was updated successfully, but these errors were encountered: