From 9e7190dd77376510f24e0abcf29960ddee6b4243 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 28 Aug 2017 04:29:33 +0200 Subject: [PATCH] python-simplejson: rebuild for Python 3.6 --- srcpkgs/python-simplejson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-simplejson/template b/srcpkgs/python-simplejson/template index c54c2dcf477..6e1be46d86e 100644 --- a/srcpkgs/python-simplejson/template +++ b/srcpkgs/python-simplejson/template @@ -1,7 +1,7 @@ # Template file for 'python-simplejson' pkgname=python-simplejson version=3.11.1 -revision=1 +revision=2 wrksrc="simplejson-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"