From 0b303b6ea0e0a50a8f5ce7222c5a0bbe3d99e115 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 28 Aug 2017 10:14:50 +0200 Subject: [PATCH] python-numexpr: rebuild for Python 3.6 --- srcpkgs/python-numexpr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-numexpr/template b/srcpkgs/python-numexpr/template index c08a3678abd..8c2183546a7 100644 --- a/srcpkgs/python-numexpr/template +++ b/srcpkgs/python-numexpr/template @@ -1,7 +1,7 @@ # Template file for 'python-numexpr' pkgname=python-numexpr version=2.6.2 -revision=1 +revision=2 wrksrc="numexpr-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"