On Tue, Sep 13, 2016 at 10:02:37PM +0200, Stefan Reichör wrote: > Subject: [PATCH] gnu: Add python-glances
Thank you for this patch! For Python software, we like to add packages for both the Python 3 and Python 2 versions, if the software supports it. The PyPi page [0] suggests that Glances does work on both Python 2 and 3. > + (native-inputs > + `(("python-setuptools" ,python-setuptools))) I tried building without setuptools, and the build did succeed. However, setuptools is probably required for the Python 2 variant of the package. There is a recent example of how to do this in the commit "gnu: Add python-lit, python2-lit." (243db8245e6d8ee6aae80ce4606fb58cb8b23443). Can you send an updated patch that adds both python-glances and python2-glances using the method demonstrated there?