summaryrefslogtreecommitdiff
path: root/baserockimport/exts/python.to_lorry
diff options
context:
space:
mode:
Diffstat (limited to 'baserockimport/exts/python.to_lorry')
-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']