From a2027fc78c3624c88ad9ba74ffb7c00f39b1453c Mon Sep 17 00:00:00 2001
From: Joost Lekkerkerker <joostlek@outlook.com>
Date: Fri, 16 Aug 2024 13:50:02 +0200
Subject: [PATCH] Exclude aiohappyeyeballs from license check (#124041)

---
 script/licenses.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/script/licenses.py b/script/licenses.py
index 9c584e7f4fc..659f8cb8dcc 100644
--- a/script/licenses.py
+++ b/script/licenses.py
@@ -124,6 +124,7 @@ EXCEPTIONS = {
     "PyXiaomiGateway",  # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201
     "aiocomelit",  # https://github.com/chemelli74/aiocomelit/pull/138
     "aioecowitt",  # https://github.com/home-assistant-libs/aioecowitt/pull/180
+    "aiohappyeyeballs",  # Python-2.0.1
     "aioopenexchangerates",  # https://github.com/MartinHjelmare/aioopenexchangerates/pull/94
     "aiooui",  # https://github.com/Bluetooth-Devices/aiooui/pull/8
     "aioruuvigateway",  # https://github.com/akx/aioruuvigateway/pull/6
-- 
GitLab