From c69425938be4452b793263c2b45f5dc4b38f641b Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 19 Apr 2017 23:06:44 +0200 Subject: [PATCH] python-CherryPy: depends on python-Cheroot --- 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 3434d85eea8..ab1c8d1960b 100644 --- a/srcpkgs/python-CherryPy/template +++ b/srcpkgs/python-CherryPy/template @@ -1,12 +1,12 @@ # Template file for 'python-CherryPy' pkgname=python-CherryPy version=10.2.1 -revision=1 +revision=2 noarch=yes wrksrc="CherryPy-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" -depends="python-six" +depends="python-six python-Cheroot" pycompile_module="cherrypy" short_desc="Object-oriented HTTP framework (Python2)" maintainer="Andrea Brancaleoni " @@ -22,7 +22,7 @@ post_install() { python3-CherryPy_package() { noarch=yes - depends="python3-six" + depends="python3-six python3-Cheroot" pycompile_module="cherrypy" replaces="python3.4-CherryPy>=0" short_desc="${short_desc/Python2/Python3}"