From fa43a218d254fdcd513cc65c4f6fe4464f1de304 Mon Sep 17 00:00:00 2001
From: Pascal Vizeli <pascal.vizeli@syshack.ch>
Date: Sun, 22 Mar 2020 19:40:25 +0100
Subject: [PATCH] Update azure-pipelines-wheels.yml for Azure Pipelines

---
 azure-pipelines-wheels.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/azure-pipelines-wheels.yml b/azure-pipelines-wheels.yml
index 816e64d29bf..a01e81789ab 100644
--- a/azure-pipelines-wheels.yml
+++ b/azure-pipelines-wheels.yml
@@ -71,9 +71,5 @@ jobs:
           sed -i "s|# py_noaa|py_noaa|g" ${requirement_file}
           sed -i "s|# bme680|bme680|g" ${requirement_file}
           sed -i "s|# python-gammu|python-gammu|g" ${requirement_file}
-
-          if [[ "$(buildArch)" =~ arm ]]; then
-            sed -i "s|# VL53L1X|VL53L1X|g" ${requirement_file}
-          fi
         done
       displayName: 'Prepare requirements files for Hass.io'