Accepting request 1006077 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/1006077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-deps?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-09-26 16:48:34 +00:00 committed by Git OBS Bridge
commit 4aba29c2c8
2 changed files with 9 additions and 2 deletions

View File

@ -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 <mcepl@suse.com>

View File

@ -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