25e9602845
This reverts commit 383364e671
.
Reason for revert: Xena stay in jinja 3.0.1 which still provides contextfilter. In RDO, jinja is consumed from CentOS repo which still provides version 2.11, so this change is causing problems.
I'm proposing to revert this change and retake it Y release when jinja is updated to 3.1 which will not provide contextfilter.
Change-Id: I19c2a15fb0917d2a81daf706a4e02fd377e53b3d
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
docker>=2.4.2 # Apache-2.0
|
|
Jinja2>=2.8 # BSD License (3 clause)
|
|
GitPython>=1.0.1 # BSD License (3 clause)
|
|
oslo.config>=5.1.0 # Apache-2.0
|