Dirk Mueller 2023-01-06 20:40:15 +00:00 committed by Git OBS Bridge
parent 7295e7fa19
commit 37ade83eea

View File

@ -31,20 +31,19 @@ Release: 0
Summary: Zope Exceptions
License: ZPL-2.1
Group: Development/Languages/Python
URL: http://cheeseshop.python.org/pypi/zope.exceptions
URL: https://cheeseshop.python.org/pypi/zope.exceptions
Source: https://files.pythonhosted.org/packages/source/z/zope.exceptions/zope.exceptions-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-zope.interface
Obsoletes: %{name}-doc
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module zope.exceptions}
BuildRequires: %{python_module zope.interface}
BuildRequires: %{python_module zope.testrunner}
%endif
BuildArch: noarch
%python_subpackages
%description