You cannot import the specified package name from multiple packages. What you can do is Require-Bundle both packages, which will give your package access to both packages as a split package with all the inherent problems of split packages and Require-Bundle. See 3.13.3 in the OSGi Core Release 5 specification.
It would be better to refactor (if possible) to avoid split packets.
Bj hargrave
source share