From 9603e3f385a7ada4b29105eb749d0ca53fed222e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 Jun 2009 10:22:12 -0700 Subject: [PATCH] Include the amazon metadata fetching module in the OS X build of calibre --- installer/osx/freeze.py | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/osx/freeze.py b/installer/osx/freeze.py index 3ccdb9bd61..18e7f57f5e 100644 --- a/installer/osx/freeze.py +++ b/installer/osx/freeze.py @@ -352,6 +352,7 @@ def main(): 'BeautifulSoup', 'calibre.ebooks.lrf.fonts.prs500.*', 'dateutil', 'email.iterators', 'email.generator', + 'calibre.ebooks.metadata.amazon', ], 'packages' : ['PIL', 'Authorization', 'lxml', 'dns'], 'excludes' : ['IPython'],