forked from pool/python-bpython
- Remove python-six not needed dependency
- Remove python_module macro definition OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bpython?expand=0&rev=26
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 3 12:15:02 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Remove python-six not needed dependency
|
||||||
|
- Remove python_module macro definition
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 10 15:32:53 UTC 2022 - Arun Persaud <arun@gmx.de>
|
Sat Sep 10 15:32:53 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
@@ -42,7 +41,6 @@ Requires: python-greenlet
|
|||||||
Requires: python-pygments
|
Requires: python-pygments
|
||||||
Requires: python-pyxdg
|
Requires: python-pyxdg
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-six >= 1.5
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Recommends: python-cwcwidth
|
Recommends: python-cwcwidth
|
||||||
@@ -59,7 +57,6 @@ BuildRequires: %{python_module greenlet}
|
|||||||
BuildRequires: %{python_module pygments}
|
BuildRequires: %{python_module pygments}
|
||||||
BuildRequires: %{python_module pyxdg}
|
BuildRequires: %{python_module pyxdg}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module six >= 1.5}
|
|
||||||
BuildRequires: %{python_module wcwidth}
|
BuildRequires: %{python_module wcwidth}
|
||||||
%endif
|
%endif
|
||||||
%ifpython2
|
%ifpython2
|
||||||
|
|||||||
Reference in New Issue
Block a user