Closed per1234 closed 10 months ago
The depends property of the library.properties metadata file specifies the library dependencies that should be installed by Arduino Library Manager along with the library.
depends
library.properties
This field must contain only names of libraries that are available for installation via Library Manager.
Previously, the presence of this item not in Library Manager caused installation of the library to fail:
java.net.MalformedURLException: no protocol: [...]
No valid dependencies solution found: [...]
The removal of the item will allow the next release of the library to be installed via Library Manager.
Originally reported at https://forum.arduino.cc/t/dependency-stm32-is-not-available/1195285
The
depends
property of thelibrary.properties
metadata file specifies the library dependencies that should be installed by Arduino Library Manager along with the library.This field must contain only names of libraries that are available for installation via Library Manager.
Previously, the presence of this item not in Library Manager caused installation of the library to fail:
java.net.MalformedURLException: no protocol: [...]
" errorNo valid dependencies solution found: [...]
" errorNo valid dependencies solution found: [...]
" errorThe removal of the item will allow the next release of the library to be installed via Library Manager.
Originally reported at https://forum.arduino.cc/t/dependency-stm32-is-not-available/1195285