gitian: change python to python3 in osx descriptor

This commit is contained in:
Dakoda Greaves 2022-10-16 19:41:03 -07:00
parent 8e40d1140f
commit db5336148b
No known key found for this signature in database
GPG Key ID: E9E1D8252D569306

View File

@ -23,9 +23,9 @@ packages:
- "libcap-dev"
- "libz-dev"
- "libbz2-dev"
- "python"
- "python-dev"
- "python-setuptools"
- "python3"
- "python3-dev"
- "python3-setuptools"
- "fonts-tuffy"
remotes:
- "url": "https://github.com/dogecoin/dogecoin.git"