From 4ed4908cbd04cb5c9a159ac5fb603590a1641e6a Mon Sep 17 00:00:00 2001 From: tilly-Q Date: Thu, 29 May 2014 12:57:40 -0400 Subject: [PATCH] Added pyld to the mediagoblin dependencies because it is necessary with the new metadata functionality. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0716e45f..74da5634 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,7 @@ try: 'unidecode', 'jsonschema', 'requests', + 'pyld', 'ExifRead', # PLEASE change this when we can; a dependency is forcing us to set this -- 2.25.1