14
0
Tomáš Chvátal
2019-08-02 08:00:23 +00:00
committed by Git OBS Bridge
parent e2587bbf02
commit b93f3e053f

View File

@@ -12,29 +12,29 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-DateTime Name: python-DateTime
Version: 4.3 Version: 4.3
Release: 0 Release: 0
License: ZPL-2.1
Summary: Zope DateTime data type Summary: Zope DateTime data type
Url: https://github.com/zopefoundation/DateTime License: ZPL-2.1
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/zopefoundation/DateTime
Source: https://files.pythonhosted.org/packages/source/D/DateTime/DateTime-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/D/DateTime/DateTime-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytz
Requires: python-zope.interface
BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module pytz} BuildRequires: %{python_module pytz}
BuildRequires: %{python_module zope.interface} BuildRequires: %{python_module zope.interface}
# /SECTION # /SECTION
BuildRequires: fdupes
Requires: python-pytz
Requires: python-zope.interface
BuildArch: noarch
%python_subpackages %python_subpackages
%description %description