summaryrefslogtreecommitdiff
path: root/selenium/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'selenium/meta.yaml')
-rw-r--r--selenium/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/selenium/meta.yaml b/selenium/meta.yaml
index 88eb542..36e49fa 100644
--- a/selenium/meta.yaml
+++ b/selenium/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'selenium' %}
{% set version = '2.49.2' %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://pypi.python.org/packages/source/s/{{ name }}
@@ -17,10 +17,10 @@ package:
requirements:
build:
- setuptools
- - python x.x
+ - python {{ python }}
run:
- - python x.x
+ - python
source:
fn: {{ name }}-{{ version }}.tar.gz