diff mbox series

package/python-segno: add missing python3-{pyexpat, zlib} dependencies

Message ID 20240327172351.411598-1-romain.naour@smile.fr
State Accepted
Headers show
Series package/python-segno: add missing python3-{pyexpat, zlib} dependencies | expand

Commit Message

Romain Naour March 27, 2024, 5:23 p.m. UTC
The last version bump removed python-setuptools runtime dependency
but doing so also removed the python3-pyexpat and python3-zlib
runtime depdencies [1] that are actually direct runtime
dependencies.

[1] 081162580f99d1a68133f7f513bf2cd6d1b8b6b6

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/6477656982 (TestPythonPy3Segno)

Cc: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 package/python-segno/Config.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Thomas Petazzoni April 10, 2024, 9:47 p.m. UTC | #1
On Wed, 27 Mar 2024 18:23:51 +0100
Romain Naour <romain.naour@smile.fr> wrote:

> The last version bump removed python-setuptools runtime dependency
> but doing so also removed the python3-pyexpat and python3-zlib
> runtime depdencies [1] that are actually direct runtime
> dependencies.
> 
> [1] 081162580f99d1a68133f7f513bf2cd6d1b8b6b6
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/6477656982 (TestPythonPy3Segno)
> 
> Cc: James Hilliard <james.hilliard1@gmail.com>
> Signed-off-by: Romain Naour <romain.naour@smile.fr>
> ---
>  package/python-segno/Config.in | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/python-segno/Config.in b/package/python-segno/Config.in
index 7107e67443..e6080fd417 100644
--- a/package/python-segno/Config.in
+++ b/package/python-segno/Config.in
@@ -1,5 +1,7 @@ 
 config BR2_PACKAGE_PYTHON_SEGNO
 	bool "python-segno"
+	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
+	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
 	help
 	  QR Code and Micro QR Code generator for Python.