diff --git a/srcpkgs/python-dulwich/template b/srcpkgs/python-dulwich/template index 9e07dba0a30..fb14108fd3c 100644 --- a/srcpkgs/python-dulwich/template +++ b/srcpkgs/python-dulwich/template @@ -1,13 +1,14 @@ # Template file for 'python-dulwich' pkgname=python-dulwich version=0.19.6 -revision=1 +revision=2 wrksrc="dulwich-${version}" build_style=python-module pycompile_module="dulwich" hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" -checkdepends="python3-urllib3 python3-gevent python3-pbr python3-greenlet" +depends="python-urllib3" +checkdepends="python3-gevent python3-pbr python3-greenlet" short_desc="Python2 implementation of the Git file formats and protocols" maintainer="Juan RP " license="GPL-2.0-or-later, Apache-2.0" @@ -35,6 +36,7 @@ python3-dulwich_package() { dulwich:dul-upload-pack:/usr/bin/dul-upload-pack3 dulwich:dulwich:/usr/bin/dulwich3" pycompile_module="dulwich" + depends="python3-urllib3" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/bin/*3