htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit f1b5833b52f00fe257dd2c39bd3d93c95997ae3b Author: Hartmut Goebel <[email protected]> Date: Wed Oct 19 23:20:18 2016 +0200 FIXUP python-feedgenerator --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f5e00b8..a925096 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2750,6 +2750,7 @@ augment the changelog, but it can be used for other documents, too.") (sha256 (base32 "0mkimp1fpdan4p3882vzcws4l594k71ich4g0wq97jbra7p602n0")) + (modules '((guix build utils))) (snippet '(begin ;; Remove pre-compiled .pyc files from source.
