aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-02-11 11:49:52 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2016-02-11 11:49:52 -0500
commitc7e698ff2843cdc6c7a0bff86a37ae5dda055462 (patch)
tree9f2c1fe088fe0227058175274568edd4b37dc880
parent054d5f17d023c061e8f8ecfde8c07c20b14008c2 (diff)
downloadcbc-c7e698ff2843cdc6c7a0bff86a37ae5dda055462.tar.gz
Allow multiple urls
-rw-r--r--cbc/meta.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbc/meta.py b/cbc/meta.py
index a8940f1..61775ec 100644
--- a/cbc/meta.py
+++ b/cbc/meta.py
@@ -44,7 +44,7 @@ class MetaData(object):
self.local = self.as_dict(self.config)
#Field list conversion table taken from conda_build.metadata:
- for field in ('source/patches',
+ for field in ('source/patches', 'source/url',
'build/entry_points', 'build/script_env',
'build/features', 'build/track_features',
'requirements/build', 'requirements/run',