diff --git a/srcpkgs/python-jsonschema/template b/srcpkgs/python-jsonschema/template index f5660ccc3fb..7460279f4c9 100644 --- a/srcpkgs/python-jsonschema/template +++ b/srcpkgs/python-jsonschema/template @@ -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 "