Problems compiling a binding - related to bnd?

After following the guide for the installation of Openhab2 in Eclipse, I get all the addons.

I have the problem when compiling a specific binding such as Netatmo, since in the MANIFEST I create dependencies such as: (com.android.org.conscrypt, android.net, …) that I later time to execute the binding they give me errors.
Or if I generate it using “mvn clean install” they give me errors like :

Unable to resolve org.openhab.binding.netatmo/2.5.0.201907090725: missing requirement [org.openhab.binding.netatmo/2.5.0.201907090725] osgi.wiring.package; filter:="(osgi.wiring.package=android.net)"]]

Can anybody help me? thank you.

Could the issue be related with the migration of Netatmo binding to bnd?
Does anybody know if is there is any guide to compile bindings with bnd?

Last commits on Netatmo binding are related to OSGi 3rd party libraries and Migration to bnd: https://github.com/openhab/openhab2-addons/tree/master/bundles/org.openhab.binding.netatmo

Many thanks in advance.