From 282521372d6b79a69dc4e6d056b281528fcef502 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 17 Apr 2019 17:12:36 -0300 Subject: [PATCH] python3-rsistent: switch to using faster Python C extension --- srcpkgs/python3-rsistent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template index f11a6c1a2fb..64c141eab37 100644 --- a/srcpkgs/python3-rsistent/template +++ b/srcpkgs/python3-rsistent/template @@ -1,12 +1,12 @@ # Template file for 'python3-rsistent' pkgname=python3-rsistent version=0.14.11 -revision=1 -archs=noarch +revision=2 wrksrc="pyrsistent-${version}" build_style=python3-module pycompile_module="pyrsistent" hostmakedepends="python3-setuptools" +makedepends="python3-devel" depends="python3-six" short_desc="Persistent/Functional/Immutable data structures" maintainer="maxice8 "