From 4b562d46a530048ccc0c1d6bf33bd667a92c6780 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 3 Feb 2021 21:14:14 -0500 Subject: 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 592e204765..7768891c6a 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))) -- cgit v1.2.3