Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Ondet <frcomdev@gmail.com>
To: buildroot@buildroot.org
Cc: Alexandre Ondet <frcomdev@gmail.com>,
	James Hilliard <james.hilliard1@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 2/2] package/python-fpdf2: add build and runtime dependencies
Date: Mon,  4 May 2026 11:16:57 -0400	[thread overview]
Message-ID: <20260504151657.1904-1-frcomdev@gmail.com> (raw)

Add PYTHON_FPDF2_DEPENDENCIES (host-python-fonttools for PEP 517 wheel
build per upstream pyproject.toml, target fonttools/defusedxml/Pillow)
and Kconfig selects for runtime packages.

Signed-off-by: Alexandre Ondet <frcomdev@gmail.com>
---
 package/python-fpdf2/Config.in         | 5 ++++-
 package/python-fpdf2/python-fpdf2.hash | 6 +++---
 package/python-fpdf2/python-fpdf2.mk   | 7 +++++--
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/package/python-fpdf2/Config.in b/package/python-fpdf2/Config.in
index e10e141110..b521d0f056 100644
--- a/package/python-fpdf2/Config.in
+++ b/package/python-fpdf2/Config.in
@@ -1,6 +1,9 @@
 config BR2_PACKAGE_PYTHON_FPDF2
 	bool "python-fpdf2"
+	select BR2_PACKAGE_PYTHON_DEFUSEDXML # runtime
+	select BR2_PACKAGE_PYTHON_FONTTOOLS # PEP 517 build + runtime
+	select BR2_PACKAGE_PYTHON_PILLOW # runtime
 	help
 	  Simple and fast PDF generation for Python.
 
-	  https://pypi.org/project/fpdf2/
\ No newline at end of file
+	  https://pypi.org/project/fpdf2/
diff --git a/package/python-fpdf2/python-fpdf2.hash b/package/python-fpdf2/python-fpdf2.hash
index 2f1cfa6d21..73be730177 100644
--- a/package/python-fpdf2/python-fpdf2.hash
+++ b/package/python-fpdf2/python-fpdf2.hash
@@ -1,3 +1,3 @@
-# From https://pypi.org/pypi/fpdf2/2.8.1/json
-sha256  8866161396f942c8f7e3f022c4afb5e671b4d044745d4ed13c5d2ccc16ae5091  fpdf2-2.8.1.tar.gz
-sha256  f97bc4bb9b7ae8a653941073678b5c7775e8de44a01c3bcc21e7cdc148b90e61  LICENSE
\ No newline at end of file
+# From https://pypi.org/pypi/fpdf2/2.8.7/json
+sha256  7060ccee5a9c7ab0a271fb765a36a23639f83ef8996c34e3d46af0a17ede57f9  fpdf2-2.8.7.tar.gz
+sha256  f97bc4bb9b7ae8a653941073678b5c7775e8de44a01c3bcc21e7cdc148b90e61  LICENSE
diff --git a/package/python-fpdf2/python-fpdf2.mk b/package/python-fpdf2/python-fpdf2.mk
index 97eed64097..ea818b582c 100644
--- a/package/python-fpdf2/python-fpdf2.mk
+++ b/package/python-fpdf2/python-fpdf2.mk
@@ -4,11 +4,14 @@
 #
 ################################################################################
 
-PYTHON_FPDF2_VERSION = 2.8.1
+PYTHON_FPDF2_VERSION = 2.8.7
 PYTHON_FPDF2_SOURCE = fpdf2-$(PYTHON_FPDF2_VERSION).tar.gz
 PYTHON_FPDF2_SITE = https://files.pythonhosted.org/packages/source/f/fpdf2
 PYTHON_FPDF2_SETUP_TYPE = setuptools
 PYTHON_FPDF2_LICENSE = LGPL-3.0+
 PYTHON_FPDF2_LICENSE_FILES = LICENSE
 
-$(eval $(python-package))
\ No newline at end of file
+PYTHON_FPDF2_DEPENDENCIES = \
+	host-python-fonttools python-fonttools python-defusedxml python-pillow
+
+$(eval $(python-package))
-- 
2.53.0.windows.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

                 reply	other threads:[~2026-05-04 15:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260504151657.1904-1-frcomdev@gmail.com \
    --to=frcomdev@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=james.hilliard1@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox