From dd900ce313b8c4cb9ebeba444deb84c222195224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 9 Mar 2021 17:30:40 +0100 Subject: [PATCH] Drop a redundant manual dependency on six The package already requires: python3.9dist(six) >= 1.5 --- python-dateutil.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index e63fbb7..5a35a69 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -36,7 +36,6 @@ BuildRequires: python3-pytest BuildRequires: python3-six %endif Requires: tzdata -Requires: python3-six %{?python_provide:%python_provide python3-%{modname}} %description -n python3-%{modname} %_description