On Tue, Aug 16, 2016 at 08:13:10PM +0200, Danny Milosavljevic wrote:
> gnu: pypi importer: Remove python-setuptools and hint on how to re-add it.
I'm in favor of not automatically adding setuptools to packages created
with the PyPi importer. For the packages that require setuptools,
packagers can
On Tue, Aug 16, 2016 at 09:39:52PM +0200, Danny Milosavljevic wrote:
> Hi,
>
> > Can you be more specific why it is removed? I don't understand the harm
> > it does or doesn't do when it's included.
> > Would this not be bad for packages which require setuptools?
Not all python packages require s
Hi,
> Can you be more specific why it is removed? I don't understand the harm
> it does or doesn't do when it's included.
> Would this not be bad for packages which require setuptools?
Python 3.4 integrated setuptools into the main distribution. It doesn't require
an external python-setuptools.
Hi,
Danny Milosavljevic writes:
> gnu: pypi importer: Remove python-setuptools and hint on how to re-add it.
Can you be more specific why it is removed? I don't understand the harm
it does or doesn't do when it's included.
Would this not be bad for packages which require setuptools?
> * guix/i
gnu: pypi importer: Remove python-setuptools and hint on how to re-add it.
* guix/import/pypi.scm (make-pypi-sexp): Modified.
---
guix/import/pypi.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
index 343445a..d177d33 100644