diff options
| author | CoprDistGit <infra@openeuler.org> | 2024-01-18 01:56:28 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2024-01-18 01:56:28 +0000 |
| commit | 1f52fe23d2faedfa0186dea16cc12c4ae1024617 (patch) | |
| tree | 18b20195a4ba695b0c37ebdf653688de12c57cdc /cinder_pyparsing.patch | |
| parent | 2ec6de81a807cb383c9cd24c2d9959a47a619cfe (diff) | |
automatic import of openstack-cinderopeneuler22.03_LTS_SP2
Diffstat (limited to 'cinder_pyparsing.patch')
| -rw-r--r-- | cinder_pyparsing.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cinder_pyparsing.patch b/cinder_pyparsing.patch new file mode 100644 index 0000000..0cd691f --- /dev/null +++ b/cinder_pyparsing.patch @@ -0,0 +1,13 @@ +diff --git a/cinder/scheduler/evaluator/evaluator.py b/cinder/scheduler/evaluator/evaluator.py +index 435c5b1..ea92795 100644 +--- a/cinder/scheduler/evaluator/evaluator.py ++++ b/cinder/scheduler/evaluator/evaluator.py +@@ -236,7 +236,7 @@ def _def_parser(): + + oneOf = pyparsing.oneOf + opAssoc = pyparsing.opAssoc +- operatorPrecedence = pyparsing.operatorPrecedence ++ operatorPrecedence = pyparsing.infixNotation + Word = pyparsing.Word + + integer = Word(nums) |
