Re: [PATCH 3/5] gnu: python-zope-testing: Strip byte-code and garbage from source.

2016-10-12 Thread Leo Famulari
On Mon, Oct 10, 2016 at 03:10:01PM +0200, Hartmut Goebel wrote: > * gnu/package/python.scm (python-zope-testing): Add snippet to strip > byte-code and garbage from source. Again, mention both python-zope-testing and python2-zope-testing, and indicate that the changes are in [source]. Also, I

[PATCH 3/5] gnu: python-zope-testing: Strip byte-code and garbage from source.

2016-10-10 Thread Hartmut Goebel
* gnu/package/python.scm (python-zope-testing): Add snippet to strip byte-code and garbage from source. --- gnu/packages/python.scm | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 345c6a7..a289093 100644 ---