15
0

Accepting request 1074173 from devel:languages:python

- Remove not needed requirement python-setuptools

OBS-URL: https://build.opensuse.org/request/show/1074173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CommonMark?expand=0&rev=15
This commit is contained in:
2023-03-26 18:19:09 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 24 12:52:42 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Remove not needed requirement python-setuptools
-------------------------------------------------------------------
Mon Nov 8 08:56:01 UTC 2021 - Hui-Zhi Zhao <hui.zhi.zhao@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-CommonMark
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%bcond_without python2
Name: python-CommonMark
@@ -29,7 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/c/commonmark/comm
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun):update-alternatives
Provides: python-commonmark = %{version}
@@ -80,7 +78,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} python3 commonmark/tests/run_spec_test
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%{python_sitelib}/commonmark
%{python_sitelib}/commonmark-%{version}*-info
%python_alternative %{_bindir}/cmark
%changelog