gnu: python-qrcode: Use a newer version of setuptools.

The upgrade from 5.3 to 6.0 switches to rely on the on the setup.cfg, and with
the version of setuptools incldued with Python, this isn't supported, so no
actual code is installed, and the output is mostly empty.

* gnu/packages/python.scm (python-qrcode)[inputs]: Add python-setuptools.
This commit is contained in:
Christopher Baines 2018-05-04 22:28:33 +01:00
parent e5d57c1c0b
commit d6ed49ba3f
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -10414,6 +10414,10 @@ (define-public python-qrcode
`(("python-lxml" ,python-lxml) ; for SVG output
("python-pillow" ,python-pillow) ; for PNG output
("python-six" ,python-six)))
(inputs
`(;; The setup.cfg file needs to be used, and support for this requires
;; at least version 30.3.0 of setuptools
("python-setuptools" ,python-setuptools)))
(home-page "https://github.com/lincolnloop/python-qrcode")
(synopsis "QR Code image generator")
(description "This package provides a pure Python QR Code generator