build: be more verbose during deps loading

This commit is contained in:
Oleksii Shevchuk 2020-06-21 13:32:12 +03:00
parent b1449b76b9
commit c5af8ee96c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ else:
import additional_imports
__import__('pupy').prepare()
__import__('pupy').prepare(debug=True)
sys_modules = [
(x, sys.modules[x]) for x in sys.modules.keys()