diff --git a/machine/khadas-vim3 b/machine/khadas-vim3
index 5aeaca50780242e18479cd30bddd5139604b85bc..2109262b3424d57747078d782e6264b0cddfb20b 100644
--- a/machine/khadas-vim3
+++ b/machine/khadas-vim3
@@ -5,6 +5,5 @@ RUN apk --no-cache add \
     usbutils \
     && pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
         pybluez \
-        pygatt[GATTTOOL] \
         -c /usr/src/homeassistant/requirements_all.txt \
         --use-deprecated=legacy-resolver
diff --git a/machine/raspberrypi3 b/machine/raspberrypi3
index 6eed9e94142750048f6354205a477a5159c4b57b..251825867079f112e435341377f6e40ddfccc136 100644
--- a/machine/raspberrypi3
+++ b/machine/raspberrypi3
@@ -7,7 +7,6 @@ RUN apk --no-cache add \
         usbutils \
     && pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
         pybluez \
-        pygatt[GATTTOOL] \
         -c /usr/src/homeassistant/requirements_all.txt \
         --use-deprecated=legacy-resolver
 
diff --git a/machine/raspberrypi3-64 b/machine/raspberrypi3-64
index 1647f91813cce4d14dfa81c1f7e67e463886594a..48838cc13e1fad42392cbf08e420b420c8e99b5e 100644
--- a/machine/raspberrypi3-64
+++ b/machine/raspberrypi3-64
@@ -7,7 +7,6 @@ RUN apk --no-cache add \
         usbutils \
     && pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
         pybluez \
-        pygatt[GATTTOOL] \
         -c /usr/src/homeassistant/requirements_all.txt \
         --use-deprecated=legacy-resolver
 
diff --git a/machine/raspberrypi4 b/machine/raspberrypi4
index 6eed9e94142750048f6354205a477a5159c4b57b..251825867079f112e435341377f6e40ddfccc136 100644
--- a/machine/raspberrypi4
+++ b/machine/raspberrypi4
@@ -7,7 +7,6 @@ RUN apk --no-cache add \
         usbutils \
     && pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
         pybluez \
-        pygatt[GATTTOOL] \
         -c /usr/src/homeassistant/requirements_all.txt \
         --use-deprecated=legacy-resolver
 
diff --git a/machine/raspberrypi4-64 b/machine/raspberrypi4-64
index 1647f91813cce4d14dfa81c1f7e67e463886594a..48838cc13e1fad42392cbf08e420b420c8e99b5e 100644
--- a/machine/raspberrypi4-64
+++ b/machine/raspberrypi4-64
@@ -7,7 +7,6 @@ RUN apk --no-cache add \
         usbutils \
     && pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
         pybluez \
-        pygatt[GATTTOOL] \
         -c /usr/src/homeassistant/requirements_all.txt \
         --use-deprecated=legacy-resolver
 
diff --git a/machine/tinker b/machine/tinker
index 5976d533188c1d1c60b9e1e26eaa2371cb33cdc1..2fb01f2b545348fe1f82ab6d3b4b89dd75418f31 100644
--- a/machine/tinker
+++ b/machine/tinker
@@ -4,6 +4,5 @@ FROM homeassistant/armv7-homeassistant:$BUILD_VERSION
 RUN apk --no-cache add usbutils \
     && pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
         pybluez \
-        pygatt[GATTTOOL] \
         -c /usr/src/homeassistant/requirements_all.txt \
         --use-deprecated=legacy-resolver