guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

83/103: gnu: python-sphinx-repoze-autointerface: Remove needless input.


From: Hartmut Goebel
Subject: 83/103: gnu: python-sphinx-repoze-autointerface: Remove needless input.
Date: Tue, 25 Oct 2016 18:00:42 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 529833bfe03ed327f5d24242c87630e8925b89be
Author: Hartmut Goebel <address@hidden>
Date:   Mon Oct 17 00:21:37 2016 +0200

    gnu: python-sphinx-repoze-autointerface: Remove needless input.
    
    This is an indirect requirement and propagated by python-sphinx already.
    
    * gnu/packages/python.scm(python-sphinx-repoze-autointerface)
      [propagated-inputs]: Remove python-docutils.
---
 gnu/packages/python.scm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6b18ae0..5fa5b40 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8254,8 +8254,7 @@ commands into documents, helping you to keep your command 
examples up to date.")
                 "08ycivzf7bh4a1zcyp31hbyqs1b2c9r26raa3vxjwwmbfqr3iw4f"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-docutils" ,python-docutils)
-       ("python-sphinx" ,python-sphinx)
+     `(("python-sphinx" ,python-sphinx)
        ("python-zope-interface" ,python-zope-interface)))
     (synopsis "Auto-generate Sphinx API docs from Zope interfaces")
     (description "This package defines an extension for the Sphinx 
documentation



reply via email to

[Prev in Thread] Current Thread [Next in Thread]