From 167e169924e1ea16c13d53ee318a041fec1f93a9 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 20 Jun 2015 17:17:17 +0200 Subject: [PATCH] python-jsonschema: add missing dep for the Python 2 version --- srcpkgs/python-jsonschema/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "