]> git.pld-linux.org Git - packages/python-dateutil.git/commitdiff
drop autogenerated deps (six), macro for tzdata not to forget to update py3 dep auto/th/python-dateutil-2.5.3-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 3 May 2016 20:55:12 +0000 (23:55 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 3 May 2016 20:55:17 +0000 (23:55 +0300)
python-dateutil.spec

index ec4c4152c23c4b7bdadffb0fc21a23a6f92ca70d..24ba3bb04cf3aac2d5b0fb55c8944485e9acc6b6 100644 (file)
@@ -4,6 +4,7 @@
 %bcond_without python3 # CPython 3.x module
 
 %define                module dateutil
+%define                tzdata  2016d
 Summary:       Extensions to the standard Python datetime module
 Summary(pl.UTF-8):     Rozszerzenia modułu datetime języka Python
 Name:          python-dateutil
@@ -25,8 +26,7 @@ BuildRequires:        python-setuptools
 BuildRequires: python3-modules >= 1:3.2
 BuildRequires: python3-setuptools
 %endif
-Requires:      python-six >= 1.5
-Requires:      tzdata >= 2016d
+Requires:      tzdata >= %{tzdata}
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -76,8 +76,7 @@ aktualna w stosunku do systemowych danych zoneinfo.
 Summary:       Extensions to the standard Python datetime module
 Summary(pl.UTF-8):     Rozszerzenia modułu datetime języka Python
 Group:         Libraries/Python
-Requires:      python3-six >= 1.5
-Requires:      tzdata >= 2016a
+Requires:      tzdata >= %{tzdata}
 
 %description -n python3-dateutil
 The dateutil module provides powerful extensions to the standard
This page took 0.09442 seconds and 4 git commands to generate.