diff options
Diffstat (limited to 'python-daemon/meta.yaml')
-rw-r--r-- | python-daemon/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-daemon/meta.yaml b/python-daemon/meta.yaml index 5605faa..0af3c79 100644 --- a/python-daemon/meta.yaml +++ b/python-daemon/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'python-daemon' %} {% set version = '2.0.5' %} -{% set number = '0' %} +{% set number = '1' %} about: home: http://bitbucket.org/jhunkeler/python-daemon @@ -18,11 +18,11 @@ requirements: build: - docutils - lockfile - - python x.x + - python {{ python }} run: - lockfile - - python x.x + - python source: fn: {{ name }}-{{ version }}.tar.gz |