From 2110f1a29ad7f5575fc076f2f4a471462d0dde97 Mon Sep 17 00:00:00 2001 From: k4leg Date: Sun, 29 Dec 2019 01:27:06 +0300 Subject: [PATCH] python3-future: fix pycompile modules. --- srcpkgs/python-future/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-future/template b/srcpkgs/python-future/template index 6cd53908823..f467ec08264 100644 --- a/srcpkgs/python-future/template +++ b/srcpkgs/python-future/template @@ -1,7 +1,7 @@ # Template file for 'python-future' pkgname=python-future version=0.17.1 -revision=2 +revision=3 archs=noarch wrksrc="future-${version}" build_style=python-module @@ -30,9 +30,7 @@ python3-future_package() { future:futurize:/usr/bin/futurize3 future:pasteurize:/usr/bin/pasteurize3" archs=noarch - pycompile_module="_dummy_thread _markupbase _thread builtins - copyreg future html http libfuturize libpasteurize past queue reprlib - socketserver tkinter winreg xmlrpc" + pycompile_module="future libfuturize libpasteurize past" depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" pkg_install() {