summaryrefslogtreecommitdiff
path: root/guix/build-system/python.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-10 20:32:50 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-10 20:32:50 +0200
commite1a264f6fac2f517a2192e07eaae1db600eb8b1d (patch)
tree13f68d2519012e287a63a06439ccff6708c641ec /guix/build-system/python.scm
parent1d1f939798d2649bbabc962e37f90efe5805e202 (diff)
downloadguix-patches-e1a264f6fac2f517a2192e07eaae1db600eb8b1d.tar
guix-patches-e1a264f6fac2f517a2192e07eaae1db600eb8b1d.tar.gz
guix: python: Do not import %standard-phases from gnu-build-system.
* guix/build-system/python.scm (python-build): Drop module gnu-build-system. Thanks to Ludovic Courtès <ludo@gnu.org>.
Diffstat (limited to 'guix/build-system/python.scm')
-rw-r--r--guix/build-system/python.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/build-system/python.scm b/guix/build-system/python.scm
index d018ee70f3..03e587ba01 100644
--- a/guix/build-system/python.scm
+++ b/guix/build-system/python.scm
@@ -108,7 +108,6 @@ prepended to the name."
(guix build gnu-build-system)
(guix build utils)))
(modules '((guix build python-build-system)
- (guix build gnu-build-system)
(guix build utils))))
"Build SOURCE using PYTHON, and with INPUTS. This assumes that SOURCE
provides a 'setup.py' file as its build system."