Fix dirhash failing to import pkg_resources

dirhash needs pkg_resources which is provided by setuptools

https://github.com/home-assistant/supervisor/actions/runs/7513346221/job/20454994962
This commit is contained in:
J. Nick Koston 2024-01-14 00:02:12 -10:00
parent eb85be2770
commit a163121ad4
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,7 @@ jobs:
- name: Install dirhash and calc hash
if: needs.init.outputs.publish == 'true'
run: |
pip3 install dirhash
pip3 install setuptools dirhash
dir_hash="$(dirhash "${{ github.workspace }}/supervisor" -a sha256 --match "*.py")"
echo "${dir_hash}" > rootfs/supervisor.sha256

View File

@ -23,6 +23,7 @@ pyudev==0.24.1
PyYAML==6.0.1
securetar==2023.12.0
sentry-sdk==1.39.2
setuptools==69.0.3
voluptuous==0.14.1
dbus-fast==2.21.0
typing_extensions==4.9.0