diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 745330c630a..8fb014f80a7 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -127,7 +127,7 @@ stages: . venv/bin/activate pip install -U pip setuptools pytest-azurepipelines pytest-xdist -c homeassistant/package_constraints.txt - pip install --no-binary smhi-pkg -r requirements_test_all.txt -c homeassistant/package_constraints.txt + pip install -r requirements_test_all.txt -c homeassistant/package_constraints.txt # This is a TEMP. Eventually we should make sure our 4 dependencies drop typing. # Find offending deps with `pipdeptree -r -p typing` pip uninstall -y typing @@ -171,7 +171,7 @@ stages: . venv/bin/activate pip install -U pip setuptools wheel - pip install --no-binary smhi-pkg -r requirements_all.txt -c homeassistant/package_constraints.txt + pip install -r requirements_all.txt -c homeassistant/package_constraints.txt pip install -r requirements_test.txt -c homeassistant/package_constraints.txt - script: | . venv/bin/activate diff --git a/azure-pipelines-wheels.yml b/azure-pipelines-wheels.yml index 77ca2a7a866..b4ad0a556b2 100644 --- a/azure-pipelines-wheels.yml +++ b/azure-pipelines-wheels.yml @@ -33,7 +33,7 @@ jobs: builderVersion: '$(versionWheels)' builderApk: 'build-base;cmake;git;linux-headers;bluez-dev;libffi-dev;openssl-dev;glib-dev;eudev-dev;libxml2-dev;libxslt-dev;libpng-dev;libjpeg-turbo-dev;tiff-dev;autoconf;automake;cups-dev;gmp-dev;mpfr-dev;mpc1-dev;ffmpeg-dev;gammu-dev' builderPip: 'Cython;numpy' - skipBinary: 'aiohttp,smhi-pkg' + skipBinary: 'aiohttp' wheelsRequirement: 'requirements_wheels.txt' wheelsRequirementDiff: 'requirements_diff.txt' wheelsConstraint: 'homeassistant/package_constraints.txt' diff --git a/homeassistant/components/smhi/manifest.json b/homeassistant/components/smhi/manifest.json index e6bb655dc59..af8c64ac06f 100644 --- a/homeassistant/components/smhi/manifest.json +++ b/homeassistant/components/smhi/manifest.json @@ -3,7 +3,7 @@ "name": "SMHI", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/smhi", - "requirements": ["smhi-pkg==1.0.10"], + "requirements": ["smhi-pkg==1.0.13"], "dependencies": [], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index 7defeea4c9c..fd841669bf0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1896,7 +1896,7 @@ smarthab==0.20 # smbus-cffi==0.5.1 # homeassistant.components.smhi -smhi-pkg==1.0.10 +smhi-pkg==1.0.13 # homeassistant.components.snapcast snapcast==2.0.10 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ff686fe5e30..b5fef60303e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -683,7 +683,7 @@ simplisafe-python==9.0.5 sleepyq==0.7 # homeassistant.components.smhi -smhi-pkg==1.0.10 +smhi-pkg==1.0.13 # homeassistant.components.solaredge solaredge==0.0.2