Jérôme Marant wrote: > I browsed the Package file and I've seen some new things in dependencies > like python-api ones (similar to perl-api I guess). > > Coud you explain briefly how they work?
It's easier and less error prone for packages to depend on python-api-2.1 rather than "python (>= 2.1), python (< 2.2)". That's it. Neil