python-jsonschema: add missing dep for the Python 2 version

This commit is contained in:
Alessio Sergi 2015-06-20 17:17:17 +02:00
parent efe70821a5
commit 167e169924

View File

@ -1,13 +1,13 @@
# Template file for 'python-jsonschema'
pkgname=python-jsonschema
version=2.5.1
revision=1
revision=2
noarch=yes
wrksrc="jsonschema-${version}"
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools
python-vcversioner python3.4-vcversioner"
depends="python-setuptools"
depends="python-setuptools python-functools32"
pycompile_module="jsonschema"
short_desc="Implementation of JSON Schema for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"