From ff26c5c6683d2eb7928e713ec71b05ecdbf96802 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 20 Jul 2023 09:56:24 +0200 Subject: [PATCH] pkg/arduino_adafruit_sensor: fix dependencies This fixes the dependencies of the `arduino_adafruit_sensor` package, which previously relied on the `arduino` feature. This feature no longer exists, as it was split into more fine granular features. However, the module should never have used that feature directly in the first place, but rather just use the arduino module. This in turn depends on the correct features. (cherry picked from commit acc1203606302fbccc82cfa372c400a342d28976) --- pkg/arduino_adafruit_sensor/Makefile.dep | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/arduino_adafruit_sensor/Makefile.dep b/pkg/arduino_adafruit_sensor/Makefile.dep index 6b53d608fddb..2a0069c724a7 100644 --- a/pkg/arduino_adafruit_sensor/Makefile.dep +++ b/pkg/arduino_adafruit_sensor/Makefile.dep @@ -1,4 +1,3 @@ -FEATURES_REQUIRED += arduino FEATURES_REQUIRED += cpp USEMODULE += arduino