diff options
| author | Alessio Bogon | 2014-03-24 00:14:10 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-24 09:44:16 +0000 |
| commit | 40638c685486ea580fafe29a69aa12d9e1bcd35a (patch) | |
| tree | 78e15768014cb0a3289354f473b3962ceaeb266c | |
| parent | b90e71a5531826a63201e51d5c933501a4b29cc9 (diff) | |
| download | homebrew-40638c685486ea580fafe29a69aa12d9e1bcd35a.tar.bz2 | |
pebble-sdk: removed unused dependency: pillow.
| -rw-r--r-- | Library/Formula/pebble-sdk.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/pebble-sdk.rb b/Library/Formula/pebble-sdk.rb index 00012880e..79c87b6b8 100644 --- a/Library/Formula/pebble-sdk.rb +++ b/Library/Formula/pebble-sdk.rb @@ -20,11 +20,6 @@ class PebbleSdk < Formula depends_on 'texinfo' => :build # List of resources can be obtained from requirements.txt - resource 'pillow' do - url 'https://pypi.python.org/packages/source/P/Pillow/Pillow-2.3.0.zip' - sha1 '0d3fdaa9a8a40a59a66c6057b9f91a3553db852e' - end - resource 'freetype-py' do url 'https://pypi.python.org/packages/source/f/freetype-py/freetype-py-1.0.tar.gz' sha1 '3830e45ff9e9a96f1e209d786cbd5492f168127a' @@ -82,7 +77,6 @@ class PebbleSdk < Formula install_args = [ "setup.py", "install", "--prefix=#{libexec}" ] ENV.append_to_cflags '-Qunused-arguments' - resource('pillow').stage { system "python", *install_args } resource('freetype-py').stage { system "python", *install_args } resource('sh').stage { system "python", *install_args } resource('twisted').stage { system "python", *install_args } |
