diff --git a/bindep.txt b/bindep.txt index 9e9a0c1..a4176d7 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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] diff --git a/requirements.txt b/requirements.txt index 7d78a3f..4926581 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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