fbo / rpms / zuul

Forked from rpms/zuul 4 years ago
Clone

Blame 0001-requirements-add-explicit-reference-to-dateutil.patch

f71cf1d
From ea0b50c90d22a2f24b288e1a91e2b85f17059cbc Mon Sep 17 00:00:00 2001
f71cf1d
From: Tristan Cacqueray <tdecacqu@redhat.com>
f71cf1d
Date: Mon, 25 May 2020 17:39:59 +0000
f71cf1d
Subject: [PATCH] requirements: add explicit reference to dateutil
f71cf1d
f71cf1d
Zuul is using a dateutil provided transitively. This change
f71cf1d
makes the requirements explicit.
f71cf1d
f71cf1d
Change-Id: I672d409a1bb241e5d199c77acdd51a8260d99ee2
f71cf1d
---
f71cf1d
 requirements.txt | 1 +
f71cf1d
 1 file changed, 1 insertion(+)
f71cf1d
f71cf1d
diff --git a/requirements.txt b/requirements.txt
f71cf1d
index 732aa35a..78eb980f 100644
f71cf1d
--- a/requirements.txt
f71cf1d
+++ b/requirements.txt
f71cf1d
@@ -4,6 +4,7 @@ importlib-resources==1.0.2
f71cf1d
 # Early virtualenv 20 had bad file location assumptions
f71cf1d
 virtualenv!=20.0.0,!=20.0.1,>20
f71cf1d
 
f71cf1d
+python-dateutil
f71cf1d
 github3.py>=1.1.0
f71cf1d
 PyYAML>=3.1.0
f71cf1d
 paramiko>=2.0.1
f71cf1d
-- 
f71cf1d
2.25.4
f71cf1d