23 lines
631 B
Diff
23 lines
631 B
Diff
|
|
From f0938fcaae74896aa05cf9151b6535e0e94f83fe Mon Sep 17 00:00:00 2001
|
||
|
|
From: wubijie <wubijie@kylinos.cn>
|
||
|
|
Date: Mon, 21 Aug 2023 17:27:24 +0800
|
||
|
|
Subject: [PATCH] settle build problem
|
||
|
|
|
||
|
|
---
|
||
|
|
test-requirements.txt | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/test-requirements.txt b/test-requirements.txt
|
||
|
|
index bc8d8d2..c11c5da 100644
|
||
|
|
--- a/test-requirements.txt
|
||
|
|
+++ b/test-requirements.txt
|
||
|
|
@@ -27,4 +27,4 @@ scripttest
|
||
|
|
# NOTE(rpodolyaka): This version identifier is currently necessary as
|
||
|
|
# pytz otherwise does not install on pip 1.4 or higher
|
||
|
|
pylint
|
||
|
|
-pytz>=2010h
|
||
|
|
+pytz>=2023.3
|
||
|
|
--
|
||
|
|
2.33.0
|
||
|
|
|