From 08f1b42f9f6cc08b772586574bbce9bd01929d1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 1 Mar 2016 10:40:25 +0200 Subject: [PATCH] python3.spec hack --- thefuck.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thefuck.spec b/thefuck.spec index 6a76454..1a83e05 100644 --- a/thefuck.spec +++ b/thefuck.spec @@ -32,6 +32,9 @@ Requires: python3-six BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# provided by python3.spec +%define _noautoreq_py3egg pathlib + %description This application corrects your previous console command. -- 2.44.0