From 5bcb22616579cff9707324063f9310dfe51d9108 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 8 Jan 2015 18:22:00 +0000 Subject: Add debug msg stating requirement --- baserockimport/exts/python.to_lorry | 2 ++ 1 file changed, 2 insertions(+) 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'] -- cgit v1.2.1