guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#42390] [PATCH] gnu: Add python-mamba.


From: Tanguy Le Carrour
Subject: [bug#42390] [PATCH] gnu: Add python-mamba.
Date: Wed, 22 Jul 2020 09:36:55 +0200

Hi,

Le 07/21, Ludovic Courtès a écrit :
> Tanguy Le Carrour <tanguy@bioneland.org> skribis:
> > * gnu/packages/python-xyz.scm (python-mamba): New variable.
> […]
> 
> There’s a lint warning though I don’t know if it’s applicable:
> 
> --8<---------------cut here---------------start------------->8---
> gnu/packages/python-xyz.scm:14542:2: python-mamba@0.11.0: 'python-coverage' 
> should probably be a native input
> --8<---------------cut here---------------end--------------->8---
> 
> If ‘python-coverage’ is only used at build time, then it should
> definitely be a native input.
> 
> WDYT?

I saw the warning (should I have mentioned it in the bug report?),
but `python-coverage` is definitively a run time dependency.
If I remove it, I get:

```
pkg_resources.DistributionNotFound: The 'coverage' distribution was not found 
and is required by mamba
```

Is there a way to know why the linter is reporting it?!

FYI, I might update `python-mamba` in a near future to fetch the sources from 
git
and enable the check phase. But this requires that I add (at least) 2 more
packages. So this will have to wait for the week-end.

Regards

-- 
Tanguy





reply via email to

[Prev in Thread] Current Thread [Next in Thread]