Am 07.10.2016 um 12:32 schrieb Danny Milosavljevic:
> +    (native-inputs
> +     `(("python-imagesize" ,python-imagesize)
> +       ("python-sphinx-alabaster-theme-0.7"
> +        ,python-sphinx-alabaster-theme-0.7)
> +       ("python-babel" ,python-babel)
> +       ("python-snowballstemmer" ,python-snowballstemmer)
> +       ("python-six" ,python-six)))
>      (inputs
>       `(("python-setuptools" ,python-setuptools)

These inputs are wrong (and already have been wrong). Please take the
change to correct the old ones, too.

These are required at run-time and thus need to be propagated-inputs:

    'six>=1.5',
    'Jinja2>=2.3',
    'Pygments>=2.0',
    'docutils>=0.11',
    'snowballstemmer>=1.1',
    'babel>=1.3,!=2.0',
    'alabaster>=0.7,<0.8',
    'imagesize',

These are required for building and testing only and thus have to be
native-inputs

        setuptools,
        'nose',
        'mock',  # it would be better for 'test:python_version in "2.6,2.7"'
        'simplejson',  # better:
'test:platform_python_implementation=="PyPy"'


-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goe...@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |


Reply via email to