From 3f8c19d1b52326f623ae9c96cb64803577fd656d40806085b6e73797b00e7a78 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 26 Sep 2022 09:58:16 +0000 Subject: [PATCH] Accepting request 1005575 from home:pgajdos:python - do not require python-six https://trello.com/c/MO53MocR/143-remove-python3-six OBS-URL: https://build.opensuse.org/request/show/1005575 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-deps?expand=0&rev=10 --- git-deps.changes | 6 ++++++ git-deps.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/git-deps.changes b/git-deps.changes index 7943bf2..ee9464b 100644 --- a/git-deps.changes +++ b/git-deps.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 23 08:19:58 UTC 2022 - pgajdos@suse.com + +- do not require python-six + https://trello.com/c/MO53MocR/143-remove-python3-six + ------------------------------------------------------------------- Mon Apr 12 20:46:51 UTC 2021 - Matej Cepl diff --git a/git-deps.spec b/git-deps.spec index be1010e..4a50cbb 100644 --- a/git-deps.spec +++ b/git-deps.spec @@ -1,7 +1,7 @@ # # spec file for package git-deps # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,6 @@ BuildRequires: python-rpm-macros BuildRequires: python3-pip BuildRequires: python3-pygit2 BuildRequires: python3-setuptools -BuildRequires: python3-six BuildRequires: python3-wheel Requires: python3-pygit2 # for html subpackage @@ -58,6 +57,8 @@ Documentation for git-deps. %autosetup -p1 -n %{name}-%{version} %build +# https://github.com/aspiers/git-deps/issues/115 +sed -i '/six/d' setup.py python3 -s setup.py build %install