diff options
Diffstat (limited to '0001-settle-build-problem.patch')
-rw-r--r-- | 0001-settle-build-problem.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/0001-settle-build-problem.patch b/0001-settle-build-problem.patch new file mode 100644 index 0000000..86ef31e --- /dev/null +++ b/0001-settle-build-problem.patch @@ -0,0 +1,22 @@ +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 + |