guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-titlecase: Nose is a native input.


From: guix-commits
Subject: branch master updated: gnu: python-titlecase: Nose is a native input.
Date: Thu, 09 Apr 2020 17:28:24 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3813ad2  gnu: python-titlecase: Nose is a native input.
3813ad2 is described below

commit 3813ad2f34002547fdb9381eeea3ea59a3aa4997
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Apr 9 23:25:09 2020 +0200

    gnu: python-titlecase: Nose is a native input.
    
    * gnu/packages/python-xyz.scm (python-titlecase)[propagated-inputs]: Rename 
to ...
    [native-inputs]: ... this.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4f6294e..64aa7da 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18766,7 +18766,7 @@ an upload option to send your work back to the 
platform.")
         (base32
          "0486i99wf8ssa7sgn81fn6fv6i4rhhq6n751bc740b3hzfbpmpl4"))))
     (build-system python-build-system)
-    (propagated-inputs
+    (native-inputs
      `(("python-nose" ,python-nose)))
     (home-page "https://github.com/ppannuto/python-titlecase";)
     (synopsis "Capitalize strings similar to book titles")



reply via email to

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