unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: make python-mimeparse a propagated input of python-testtools.
@ 2015-07-03 23:56 Cyril Roelandt
  2015-07-05 10:15 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Cyril Roelandt @ 2015-07-03 23:56 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python-testtools): move python-mimeparse from inputs
  to propagated-inputs.
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4b44d79..bf6a700 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1316,9 +1316,10 @@ subprocess and see the output as well as any file modifications.")
         (base32
          "1dyml28ykpl5jb9khdmcdvhy1cxqingys6qvj2k04fzlaj6z3bbx"))))
     (build-system python-build-system)
+    (propagated-inputs
+     `(("python-mimeparse" ,python-mimeparse)))
     (inputs
      `(("python-setuptools" ,python-setuptools)
-       ("python-mimeparse" ,python-mimeparse)
        ("python-extras" ,python-extras)))
     (home-page "https://github.com/testing-cabal/testtools")
     (synopsis
-- 
1.8.4.rc3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: make python-mimeparse a propagated input of python-testtools.
  2015-07-03 23:56 [PATCH] gnu: make python-mimeparse a propagated input of python-testtools Cyril Roelandt
@ 2015-07-05 10:15 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-07-05 10:15 UTC (permalink / raw)
  To: Cyril Roelandt; +Cc: guix-devel

Cyril Roelandt <tipecaml@gmail.com> skribis:

> * gnu/packages/python.scm (python-testtools): move python-mimeparse from inputs
>   to propagated-inputs.

Please add “python-testtools:” in the subject line.  Otherwise LGTM.

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-05 10:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-03 23:56 [PATCH] gnu: make python-mimeparse a propagated input of python-testtools Cyril Roelandt
2015-07-05 10:15 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).