From cbc6387bd89bf39e34b5cab5e3de93eeb6a66c9b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 28 May 2018 19:47:01 +0200 Subject: [PATCH] thefuck: remove setuptools as runtime dependency They monkey patch the entry_points to generate scripts that don't import pkg_resources. --- srcpkgs/thefuck/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 9787f903db..1b3e846d59 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,13 +1,13 @@ # Template file for 'thefuck' pkgname=thefuck version=3.27 -revision=1 +revision=2 noarch=yes build_style=python3-module pycompile_module="thefuck" hostmakedepends="python3-setuptools" -depends="python3-setuptools python3-colorama python3-decorator python3-psutil - python3-pyte python3-requests" +depends="python3-colorama python3-decorator python3-psutil python3-pyte + python3-requests" checkdepends="python3-colorama python3-decorator python3-psutil python3-pyte python3-pytest-mock python3-requests" short_desc="Magnificent app which corrects your previous console command"