diff mbox series

support/testing/tests/package/test_python_hid.py: drop unneeded explicit hidapi package

Message ID 20240511161133.2625893-1-peter@korsgaard.com
State Accepted
Headers show
Series support/testing/tests/package/test_python_hid.py: drop unneeded explicit hidapi package | expand

Commit Message

Peter Korsgaard May 11, 2024, 4:11 p.m. UTC
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(-)

Comments

Thomas Petazzoni May 12, 2024, 7:04 a.m. UTC | #1
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
diff mbox series

Patch

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"]