SHA256
1
0
forked from pool/git-deps

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
This commit is contained in:
Matej Cepl 2022-09-26 09:58:16 +00:00 committed by Git OBS Bridge
parent 0476dc91bc
commit 3f8c19d1b5
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