From dfa99987c1103c15edada7a7d6aae313e28142fd Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Sat, 11 Jan 2025 10:40:04 +0100 Subject: [PATCH] move authorized package attrs to compose client --- client/liccheck.ini | 1 + skipper/liccheck.ini | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/client/liccheck.ini b/client/liccheck.ini index a500bec..2bc0c8f 100644 --- a/client/liccheck.ini +++ b/client/liccheck.ini @@ -16,3 +16,4 @@ unauthorized_licenses: # has artistic license, but is dual licensed # if this fails, please check current state of license text-unidecode==1.3 + attrs==24.3.0 diff --git a/skipper/liccheck.ini b/skipper/liccheck.ini index 319879e..713351e 100644 --- a/skipper/liccheck.ini +++ b/skipper/liccheck.ini @@ -17,7 +17,4 @@ authorized_licenses: BSD-3-Clause unauthorized_licenses: - gpl v3 - -[Authorized Packages] - attrs==24.3.0 \ No newline at end of file + gpl v3 \ No newline at end of file