Use sha256 1.0

This release should be able to be installed via our usual methods.

Change-Id: I75e2302ff932001b3e7b56ada8014a0bd177450c
This commit is contained in:
James E. Blair 2024-01-03 16:32:04 -08:00
parent 559f4b6139
commit 1d5d27c85f
2 changed files with 4 additions and 14 deletions

View File

@ -1,11 +1,7 @@
musl-dev [compile test platform:apk]
make [compile test platform:apk]
linux-headers [compile test platform:apk]
# Git only needed for temporary sha256 git repo
git
# gcc normally only needed for compile time, but temporarily runtime
# for sha256
gcc
gcc [compile test]
g++ [compile test platform:apk platform:dpkg]
gcc-c++ [compile test platform:rpm]
libssl-dev [compile test platform:dpkg]
@ -13,7 +9,5 @@ openssl-devel [compile test platform:rpm]
libressl-dev [compile test platform:apk]
libffi-dev [compile test platform:dpkg platform:apk]
libffi-devel [compile test platform:rpm]
# python3-dev normally only needed for compile time, but temporarily runtime
# for sha256
python3-dev [platform:dpkg platform:apk]
python3-devel [platform:rpm]
python3-dev [compile test platform:dpkg platform:apk]
python3-devel [compile test platform:rpm]

View File

@ -6,10 +6,6 @@ routes
requests
openstacksdk
python-dateutil
# Temporary until upstream releases support for py 3.11:
git+https://github.com/jeblair/sha256
# cython and wheel temporary since for the temp sha256 repo install phase
cython
wheel
sha256>=1.0
pyjwt>=2.0.0,<3.0.0
boto3