diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-22 07:32:35 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-22 07:32:35 +0000 |
commit | e0cd43abdbd2d5476d577441d067b257d7e4eab1 (patch) | |
tree | 52f5df214c0731fbe3b2a708433101d10d880e83 /0001-settle-build-problem.patch | |
parent | 04f04eebba15f804b585a99368a07cd600750b73 (diff) |
automatic import of python-sqlalchemy-migrateopeneuler23.03
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 + |