diff options
| author | Luke Dashjr <[email protected]> | 2015-12-22 13:27:22 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2015-12-22 13:27:26 +0000 |
| commit | 4d5a3df9d4ea920bb2c63e17a044d14f3eb0fe90 (patch) | |
| tree | 8591aa07bf3335c533f8d18028366392643c82d8 | |
| parent | Bugfix: Correct copyright year in Mac DMG background image (diff) | |
| download | discoin-4d5a3df9d4ea920bb2c63e17a044d14f3eb0fe90.tar.xz discoin-4d5a3df9d4ea920bb2c63e17a044d14f3eb0fe90.zip | |
Bugfix: gitian-descriptors: Add missing python-setuptools requirement for OS X (biplist module)
| -rw-r--r-- | contrib/gitian-descriptors/gitian-osx.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index 50b914ab6..0eb97d6a7 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -22,6 +22,7 @@ packages: - "libz-dev" - "libbz2-dev" - "python-dev" +- "python-setuptools" - "fonts-tuffy" reference_datetime: "2015-06-01 00:00:00" remotes: |