guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-flake8-polyfill: Please the sanity-check phase.


From: guix-commits
Subject: 01/02: gnu: python-flake8-polyfill: Please the sanity-check phase.
Date: Wed, 3 Feb 2021 21:17:22 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 4b562d46a530048ccc0c1d6bf33bd667a92c6780
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 3 21:14:14 2021 -0500

    gnu: python-flake8-polyfill: Please the sanity-check phase.
    
    * gnu/packages/python-xyz.scm (python-flake8-polyfill)
    [native-inputs]{python-flake8}: Move to...
    [propagated-inputs]: ... here.
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 592e204..7768891 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8476,9 +8476,10 @@ unnecessary plus operators for explicit string literal 
concatenation.")
                (("\\[pytest\\]")
                 "[tool:pytest]"))
              (invoke "py.test" "-v"))))))
+    (propagated-inputs
+     `(("python-flake8" ,python-flake8)))
     (native-inputs
-     `(("python-flake8" ,python-flake8)
-       ("python-mock" ,python-mock)
+     `(("python-mock" ,python-mock)
        ("python-pep8" ,python-pep8)
        ("python-pycodestyle" ,python-pycodestyle)
        ("python-pytest" ,python-pytest)))



reply via email to

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