From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 15 Jun 2024 17:01:41 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1sIUuT-006X4T-0h for lore@lore.pengutronix.de; Sat, 15 Jun 2024 17:01:41 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sIUuS-0004BY-EH; Sat, 15 Jun 2024 17:01:40 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sIUrp-0000Hu-Ef; Sat, 15 Jun 2024 16:58:57 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sIUrp-002Wfr-1f; Sat, 15 Jun 2024 16:58:57 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sIUrp-00HM9F-02; Sat, 15 Jun 2024 16:58:57 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sat, 15 Jun 2024 16:58:56 +0200 Message-Id: <20240615145856.4136706-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240613100744.1899176-5-rhi@pengutronix.de> References: <20240613100744.1899176-5-rhi@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] python3-jinja2: pin down license files X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 321b6ce14f1a558a684310ca8677fa487de66ae7. Michael [sent from post-receive hook] On Sat, 15 Jun 2024 16:58:56 +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber > Message-Id: <20240613100744.1899176-5-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/python3-jinja2.make b/rules/python3-jinja2.make > index 445d0ea72fb2..4c051c7732c4 100644 > --- a/rules/python3-jinja2.make > +++ b/rules/python3-jinja2.make > @@ -19,6 +19,9 @@ PYTHON3_JINJA2_URL := $(call ptx/mirror-pypi, jinja2, $(PYTHON3_JINJA2).$(PYTHON > PYTHON3_JINJA2_SOURCE := $(SRCDIR)/$(PYTHON3_JINJA2).$(PYTHON3_JINJA2_SUFFIX) > PYTHON3_JINJA2_DIR := $(BUILDDIR)/$(PYTHON3_JINJA2) > PYTHON3_JINJA2_LICENSE := BSD-3-Clause > +PYTHON3_JINJA2_LICENSE_FILES := \ > + file://PKG-INFO;startline=6;endline=8;md5=9756d487e0b816adb26f07c9c1eea379 \ > + file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462 > > # ---------------------------------------------------------------------------- > # Prepare