how to realease ROS package with third party non-catkin packages
I want to realease ROS package to community. But my package include third party non-catkin packages. when I do the pre-realease test using "python3-ros-buildfarm". Surely, there is an error about can not find this dependence package. how can this dependence package add correctly. and when realease to the community, how to process this dependence package. I need official guidance doc or an example.