Skip to content

Commit

Permalink
fix botocore version
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Nov 16, 2022
1 parent 2c36e01 commit 5a2c151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spk/homeassistant/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPK_DEPENDS = "python310"
BUILD_DEPENDS = cross/python310

# [numpy] > 1.22.4
UNSUPPORTED_ARCHS = $(ARMv7L_ARCHS) $(ARMv5_ARCHS) $(OLD_PPC_ARCHS)
UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(OLD_PPC_ARCHS) $(ARMv7L_ARCHS)

MAINTAINER = hgy59
DESCRIPTION = "Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ awesomeversion==22.9.0
### backports.zoneinfo @ file:///volume1/%40appstore/homeassistant/share/wheelhouse/backports.zoneinfo-0.2.1-cp38-cp38-linux_aarch64.whl
### bcrypt==3.1.7
boto3==1.20.24
botocore==2.1.0
botocore==1.21.18
#certifi==2021.5.30 ==> python310:pure
### cffi==1.15.1
# chardet==4.0.0 ==> pure
Expand Down

0 comments on commit 5a2c151

Please sign in to comment.