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.
This commit is contained in:
Maxim Cournoyer 2021-02-03 21:14:14 -05:00
parent 4b47c60828
commit 4b562d46a5
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -8476,9 +8476,10 @@ (define-public python-flake8-polyfill
(("\\[pytest\\]") (("\\[pytest\\]")
"[tool:pytest]")) "[tool:pytest]"))
(invoke "py.test" "-v")))))) (invoke "py.test" "-v"))))))
(propagated-inputs
`(("python-flake8" ,python-flake8)))
(native-inputs (native-inputs
`(("python-flake8" ,python-flake8) `(("python-mock" ,python-mock)
("python-mock" ,python-mock)
("python-pep8" ,python-pep8) ("python-pep8" ,python-pep8)
("python-pycodestyle" ,python-pycodestyle) ("python-pycodestyle" ,python-pycodestyle)
("python-pytest" ,python-pytest))) ("python-pytest" ,python-pytest)))