diff --git a/khard.spec b/khard.spec index afd3cac..c8a8e4f 100644 --- a/khard.spec +++ b/khard.spec @@ -8,8 +8,6 @@ Summary: An address book for the Linux console License: GPLv3 URL: https://github.com/scheibler/%{name} Source0: https://github.com/scheibler/%{name}/archive/v%{version}.tar.gz -# https://github.com/scheibler/khard/pull/18 -Patch0: 0001-setup.py-don-t-require-argparse-in-2.6-and-up.patch BuildArch: noarch BuildRequires: python2-devel @@ -25,7 +23,6 @@ removes carddav address book entries at your local machine. %prep %setup -q -n %{name}-%{version} -%patch0 -p1 -b .argparse # Make the script executable (the source handles __name__ == '__main__'). # See: https://github.com/scheibler/khard/issues/8