❦  2 juillet 2018 16:36 +0100, Joel Cross <joel+debb...@kazbak.co.uk> :

> Thanks for building a Python 3 version of this package. However, when
> attempting to install the cookiecutter binary, I noticed it still depends on
> the Python 2 library.
> If memory serves correctly, it is possible to change the 'Depends' line to
> support either Python 2 or Python 3 version of the package, by changing the
> following:
>
> Depends: ... python-cookiecutter (= version) ...
>
> to this:
>
> Depends: ... python-cookiecutter (= version) | python3-cookiecutter (= 
> version)
> ...

The cookiecutter script is using /usr/bin/python2, so it wouldn't work
if only python3-cookiecutter was installed. However, I will switch to
python 3 instead of python 2 for this package.
-- 
Don't diddle code to make it faster - find a better algorithm.
            - The Elements of Programming Style (Kernighan & Plauger)

Attachment: signature.asc
Description: PGP signature

Reply via email to