I'll commit this, as it can't hurt, but note that it won't help either - curl is installed by default on every Fedora installation:
$ dnf groups info Core Group: Core Description: Smallest possible installation Mandatory Packages: ... curl -- Nadav Har'El [email protected] On Thu, Feb 22, 2018 at 7:40 AM, geraldo netto <[email protected]> wrote: > Signed-off-by: geraldo netto <[email protected]> > --- > scripts/setup.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/scripts/setup.py b/scripts/setup.py > index 6e3c197..265156a 100755 > --- a/scripts/setup.py > +++ b/scripts/setup.py > @@ -29,6 +29,7 @@ class Fedora(object): > 'automake', > 'bison', > 'boost-static', > + 'curl', > 'flex', > 'gcc-c++', > 'gcc-c++-aarch64-linux-gnu', > -- > 2.7.4 > > -- > You received this message because you are subscribed to the Google Groups > "OSv Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
