From 4615c2d9671d955fe1bc3427c385d061783b10c1 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 28 May 2018 17:09:45 +0200 Subject: [PATCH] python-CherryPy: really unbreak --- 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 79f80c976fe..2acabc5575d 100644 --- a/srcpkgs/python-CherryPy/template +++ b/srcpkgs/python-CherryPy/template @@ -1,12 +1,12 @@ # Template file for 'python-CherryPy' pkgname=python-CherryPy version=15.0.0 -revision=1 +revision=2 noarch=yes wrksrc="CherryPy-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" -depends="python-setuptools python-six python-Cheroot" +depends="python-setuptools python-six python-Cheroot python-portend" pycompile_module="cherrypy" short_desc="Object-oriented HTTP framework (Python2)" maintainer="Andrea Brancaleoni " @@ -27,7 +27,7 @@ post_install() { python3-CherryPy_package() { noarch=yes - depends="python3-setuptools python3-six python3-Cheroot" + depends="python3-setuptools python3-six python3-Cheroot python3-portend" pycompile_module="cherrypy" short_desc="${short_desc/Python2/Python3}" alternatives="cherrypy:cherryd:/usr/bin/cherryd3"