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:
parent
0476dc91bc
commit
3f8c19d1b5
@ -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>
|
Mon Apr 12 20:46:51 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package git-deps
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,7 +33,6 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-pygit2
|
BuildRequires: python3-pygit2
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-six
|
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
Requires: python3-pygit2
|
Requires: python3-pygit2
|
||||||
# for html subpackage
|
# for html subpackage
|
||||||
@ -58,6 +57,8 @@ Documentation for git-deps.
|
|||||||
%autosetup -p1 -n %{name}-%{version}
|
%autosetup -p1 -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# https://github.com/aspiers/git-deps/issues/115
|
||||||
|
sed -i '/six/d' setup.py
|
||||||
python3 -s setup.py build
|
python3 -s setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user