From 5d198c3996866336b2e41f91f4c1ceb80b627828 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 28 Aug 2017 07:01:57 +0200 Subject: [PATCH] python-voluptuous: rebuild for Python 3.6 --- srcpkgs/python-voluptuous/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-voluptuous/template b/srcpkgs/python-voluptuous/template index 9eaff84cd06..1b145602c33 100644 --- a/srcpkgs/python-voluptuous/template +++ b/srcpkgs/python-voluptuous/template @@ -1,12 +1,13 @@ # Template file for 'python-voluptuous' pkgname=python-voluptuous version=0.10.5 -revision=1 +revision=2 noarch=yes wrksrc="voluptuous-${version}" build_style=python-module pycompile_module="voluptuous" hostmakedepends="python-setuptools python3-setuptools" +depends="python" short_desc="Python2 data validation library" maintainer="Joseph LaFreniere " license="3-clause-BSD" @@ -19,6 +20,7 @@ post_install() { } python3-voluptuous_package() { + depends="python3" pycompile_module="voluptuous" short_desc="${short_desc/Python2/Python3}" pkg_install() {