From f9f787a7be9aebaa0294fe564805c24e0d123a57 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 21 Nov 2016 14:16:36 +0100 Subject: [PATCH] python3-msgpack: rebuild to depend on python3 only. --- 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 043b5b7f77..7fcc0d39ba 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=2 +revision=3 wrksrc="msgpack-python-$version" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"