[Python-modules-commits] [python-pex] 01/03: Add some debugging.
Barry Warsaw
barry at moszumanska.debian.org
Mon Oct 12 20:40:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch dep8
in repository python-pex.
commit 6689e78493b7731dac4581147851c00f88e696a1
Author: Barry Warsaw <barry at debian.org>
Date: Fri Oct 9 16:31:23 2015 -0400
Add some debugging.
Patch-Name: debugging.patch
---
pex/pex_builder.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/pex/pex_builder.py b/pex/pex_builder.py
index 5410fc9..996a66b 100644
--- a/pex/pex_builder.py
+++ b/pex/pex_builder.py
@@ -360,6 +360,7 @@ class PEXBuilder(object):
for fn, content_stream in DistributionHelper.walk_data(setuptools):
if fn.startswith('pkg_resources') or fn.startswith('_markerlib'):
if not fn.endswith('.pyc'): # We'll compile our own .pyc's later.
+ print('=====>', fn)
dst = os.path.join(self.BOOTSTRAP_DIR, fn)
self._chroot.write(content_stream.read(), dst, 'bootstrap')
wrote_setuptools = True
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pex.git
More information about the Python-modules-commits
mailing list