lint: more packages to probably be a native input.

* guix/scripts/lint.scm (check-inputs-should-be-native package): Add python
  packages which are typically used for testing or for building the
  documentation.
master
Hartmut Goebel 2016-10-06 16:52:31 +02:00
parent 891a843d51
commit e442246a2f
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 11 additions and 1 deletions

View File

@ -260,7 +260,17 @@ by two spaces; possible infraction~p at ~{~a~^, ~}")
"glib:bin"
"intltool"
"itstool"
"qttools")))
"qttools"
"python-coverage" "python2-coverage"
"python-cython" "python2-cython"
"python-docutils" "python2-docutils"
"python-mock" "python2-mock"
"python-nose" "python2-nose"
"python-pbr" "python2-pbr"
"python-pytest" "python2-pytest"
"python-pytest-cov" "python2-pytest-cov"
"python-setuptools-scm" "python2-setuptools-scm"
"python-sphinx" "python2-sphinx")))
(warn-if-package-has-input package inputs input-names message)))
(define (check-inputs-should-not-be-an-input-at-all package)