summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-08 18:22:00 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-12 11:57:46 +0000
commit5bcb22616579cff9707324063f9310dfe51d9108 (patch)
treeaa7ae01a06af067f3fea3ce597d7a3c8ad5fa0e3
parent9b01e0431e33c7ffc3aa40bc01e026b37da4745f (diff)
downloadimport-5bcb22616579cff9707324063f9310dfe51d9108.tar.gz
Add debug msg stating requirement
-rwxr-xr-xbaserockimport/exts/python.to_lorry2
1 files changed, 2 insertions, 0 deletions
diff --git a/baserockimport/exts/python.to_lorry b/baserockimport/exts/python.to_lorry
index 1452be8..cb4e4ec 100755
--- a/baserockimport/exts/python.to_lorry
+++ b/baserockimport/exts/python.to_lorry
@@ -223,6 +223,8 @@ class PythonLorryExtension(ImportExtension):
logging.debug('Treating %s as %s' % (req.project_name, new_proj_name))
req.project_name = new_proj_name
+ logging.debug('Looking for requirement: %s', req)
+
metadata = fetch_package_metadata(req.project_name)
info = metadata['info']