Pin py35 requirements in build.lock file

* Also add cffi pin for py35 for charm-tools build support.

Change-Id: I65543c3b0839782d26646c96fd261b4cdf8ba789
This commit is contained in:
Alex Kavanagh 2021-10-15 16:04:23 +01:00
parent 2a230ca228
commit 9502dc75b5
2 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85
# Build requirements
cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.
charm-tools==2.8.3
simplejson

View File

@ -82,7 +82,7 @@
"type": "python_module",
"package": "cryptography",
"vcs": null,
"version": "3.3.2"
"version": "2.3.1"
},
{
"type": "python_module",
@ -130,7 +130,7 @@
"type": "python_module",
"package": "lxml",
"vcs": null,
"version": "4.6.3"
"version": "4.5.0"
},
{
"type": "python_module",
@ -209,4 +209,4 @@
"version": "21.10.1"
}
]
}
}