On Fri, 21 Jun 2019 at 13:15:23 +0200, Piotr Ożarowski wrote: > that's because python-jedi is a mutli-tarball source package and parso > was part of it at the beginning. Last time I checked gbp didn't > support it (or I don't know how to use it) so it was easier for me to > keep it outside DPMT. I guess there's no reason not to move parso into > DPMT now.
gbp can do multi-tarball source packages with "component =" in debian/gbp.conf. Take a look at yquake2 in contrib for a working example. smcv