From 2347a671f801eae043067334637f85cd795f9118 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 28 Aug 2017 03:43:40 +0200 Subject: [PATCH] python-dulwich: rebuild for Python 3.6 --- srcpkgs/python-dulwich/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-dulwich/template b/srcpkgs/python-dulwich/template index bba78fddae1..df933f0c3c0 100644 --- a/srcpkgs/python-dulwich/template +++ b/srcpkgs/python-dulwich/template @@ -1,7 +1,7 @@ # Template file for 'python-dulwich' pkgname=python-dulwich version=0.18.2 -revision=1 +revision=2 wrksrc="dulwich-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"