summaryrefslogtreecommitdiff
path: root/recipes/nettle.recipe
blob: 4c83e74ce5a0d272441e334203e583d097a6d75e (plain)
1
2
3
4
5
6
7
from cerbero import recipe


class Recipe(recipe.Recipe):
    name = 'nettle'
    version = '2.4'
    deps = ['gmp']