From 70d5806f7b184ff77a007477efeeafa728d0784b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 14 Jul 2016 12:09:43 +0200 Subject: [PATCH] python-CherryPy: depends on python-six --- srcpkgs/python-CherryPy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-CherryPy/template b/srcpkgs/python-CherryPy/template index 907a33eb506..b34bd0b7677 100644 --- a/srcpkgs/python-CherryPy/template +++ b/srcpkgs/python-CherryPy/template @@ -1,13 +1,13 @@ # Template file for 'python-CherryPy' pkgname=python-CherryPy version=6.0.2 -revision=1 +revision=2 noarch=yes wrksrc="CherryPy-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" -depends="python" +depends="python-six" pycompile_module="cherrypy" short_desc="Object-oriented HTTP framework (Python2)" maintainer="Andrea Brancaleoni " @@ -23,7 +23,7 @@ post_install() { python3.4-CherryPy_package() { noarch=yes - depends="python3.4" + depends="python3.4-six" pycompile_version="3.4" pycompile_module="cherrypy" short_desc="${short_desc/Python2/Python3.4}"