From 622bbbaf5d05b44e05c7f3f4a4864ac934396de7 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 28 Aug 2017 01:45:26 +0200 Subject: [PATCH] python-msgpack: rebuild for Python 3.6 --- srcpkgs/python-msgpack/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-msgpack/template b/srcpkgs/python-msgpack/template index 7fcc0d39ba1..576cba7f153 100644 --- a/srcpkgs/python-msgpack/template +++ b/srcpkgs/python-msgpack/template @@ -1,7 +1,7 @@ # Template file for 'python-msgpack' pkgname=python-msgpack version=0.4.8 -revision=3 +revision=4 wrksrc="msgpack-python-$version" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"