From 2382e36ceddcb5eed95119a80b277e58c6284254 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 27 Oct 2016 11:44:28 +0200 Subject: [PATCH] python-traitlets: add missing deps six and enum34 are required for traitlets>=4.3.0. Closes #5056. --- srcpkgs/python-traitlets/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-traitlets/template b/srcpkgs/python-traitlets/template index 072e530c65..1436b6c197 100644 --- a/srcpkgs/python-traitlets/template +++ b/srcpkgs/python-traitlets/template @@ -1,12 +1,12 @@ # Template file for 'python-traitlets' pkgname=python-traitlets version=4.3.1 -revision=3 +revision=4 noarch=yes wrksrc="traitlets-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" -depends="python-decorator python-ipython_genutils" +depends="python-decorator python-ipython_genutils python-six python-enum34" pycompile_module="traitlets" short_desc="Configuration system for Python2 applications" maintainer="Alessio Sergi " @@ -21,7 +21,7 @@ post_install() { python3-traitlets_package() { noarch=yes - depends="python3-decorator python3-ipython_genutils" + depends="python3-decorator python3-ipython_genutils python3-six" replaces="python3.4-traitlets>=0" pycompile_module="traitlets" short_desc="${short_desc/Python2/Python3}"