Skip to content

Commit

Permalink
Install python3 in gitian builds (dashpay#2182)
Browse files Browse the repository at this point in the history
We mostly switched to python3, so we should also install it in gitian
builds. Especially the osx build needs as it otherwise fails due to
missing setuptools.
  • Loading branch information
codablock authored and CryptoCentric committed Apr 25, 2019
1 parent 71a9c86 commit 821e60d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions contrib/gitian-descriptors/gitian-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ packages:
- "bsdmainutils"
- "ca-certificates"
- "python"
- "python3"
remotes:
- "url": "https://github.com/absolute-community/absolute.git"
"dir": "absolute"
Expand Down
4 changes: 3 additions & 1 deletion contrib/gitian-descriptors/gitian-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ packages:
- "libbz2-dev"
- "python"
- "python-dev"
- "python-setuptools"
- "python3"
- "python3-dev"
- "python3-setuptools"
- "fonts-tuffy"
remotes:
- "url": "https://github.com/absolute-community/absolute.git"
Expand Down
1 change: 1 addition & 0 deletions contrib/gitian-descriptors/gitian-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ packages:
- "zip"
- "ca-certificates"
- "python"
- "python3"
remotes:
- "url": "https://github.com/absolute-community/absolute.git"
"dir": "absolute"
Expand Down

0 comments on commit 821e60d

Please sign in to comment.