All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] support/testing/tests/package/test_python_hid.py: drop unneeded explicit hidapi package
@ 2024-05-11 16:11 Peter Korsgaard
  2024-05-12  7:04 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2024-05-11 16:11 UTC (permalink / raw)
  To: buildroot

The python-hid package got tweaked when applied in commit 4432b087902
(package/python-hid: new package) so it now select BR2_PACKAGE_HIDAPI, and
we therefore do not need to explicitly enably hidapi in the test.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 support/testing/tests/package/test_python_hid.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/support/testing/tests/package/test_python_hid.py b/support/testing/tests/package/test_python_hid.py
index b7a280b766..68cefa8682 100644
--- a/support/testing/tests/package/test_python_hid.py
+++ b/support/testing/tests/package/test_python_hid.py
@@ -8,6 +8,5 @@ class TestPythonHid(TestPythonPackageBase):
         BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
         BR2_PACKAGE_PYTHON3=y
         BR2_PACKAGE_PYTHON_HID=y
-        BR2_PACKAGE_HIDAPI=y
         """
     sample_scripts = ["tests/package/sample_python_hid.py"]
-- 
2.39.2

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH] support/testing/tests/package/test_python_hid.py: drop unneeded explicit hidapi package
  2024-05-11 16:11 [Buildroot] [PATCH] support/testing/tests/package/test_python_hid.py: drop unneeded explicit hidapi package Peter Korsgaard
@ 2024-05-12  7:04 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-12  7:04 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: buildroot

On Sat, 11 May 2024 18:11:33 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> The python-hid package got tweaked when applied in commit 4432b087902
> (package/python-hid: new package) so it now select BR2_PACKAGE_HIDAPI, and
> we therefore do not need to explicitly enably hidapi in the test.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  support/testing/tests/package/test_python_hid.py | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-12  7:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-11 16:11 [Buildroot] [PATCH] support/testing/tests/package/test_python_hid.py: drop unneeded explicit hidapi package Peter Korsgaard
2024-05-12  7:04 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.