Re: [PATCH] import: pypi: Don't add setuptools to propagated-inputs.

2017-01-26 Thread Hartmut Goebel
Am 21.01.2017 um 06:31 schrieb Carlo Zancanaro: > The pypi importer currently adds python-setuptools to the propagated > inputs. According to the manual we don't need to do this any more, so > here's a patch that updates the importer to match. > Well spotted :-) Pushed as 2f977d92d3ae517788d3dee98

[PATCH] import: pypi: Don't add setuptools to propagated-inputs.

2017-01-20 Thread Carlo Zancanaro
e: Sat, 21 Jan 2017 16:15:21 +1100 Subject: [PATCH] import: pypi: Don't add setuptools to propagated-inputs. * guix/import/pypi.scm (compute-inputs): Don't add setuptools to the imported package's propagated-inputs. --- guix/import/pypi.scm | 6 ++ 1 file changed, 2 insertions