Skip to content

Commit f861a2b

Browse files
authored
Fix licenses check for setuptools (home-assistant#143292)
1 parent 5843e63 commit f861a2b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

script/licenses.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def from_dict(cls, data: PackageMetadata) -> PackageDefinition:
191191
"enocean", # https://github.com/kipe/enocean/pull/142
192192
"imutils", # https://github.com/PyImageSearch/imutils/pull/292
193193
"iso4217", # Public domain
194-
"jaraco.itertools", # MIT - https://github.com/jaraco/jaraco.itertools/issues/21
195194
"kiwiki_client", # https://github.com/c7h/kiwiki_client/pull/6
196195
"ld2410-ble", # https://github.com/930913/ld2410-ble/pull/7
197196
"maxcube-api", # https://github.com/uebelack/python-maxcube-api/pull/48
@@ -205,6 +204,11 @@ def from_dict(cls, data: PackageMetadata) -> PackageDefinition:
205204
"repoze.lru",
206205
"sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14
207206
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
207+
# ---
208+
# https://github.com/jaraco/skeleton/pull/170
209+
# https://github.com/jaraco/skeleton/pull/171
210+
"jaraco.itertools", # MIT - https://github.com/jaraco/jaraco.itertools/issues/21
211+
"setuptools", # MIT
208212
}
209213

210214
TODO = {

0 commit comments

Comments
 (0)