plainbox.vendor
– vendorized packages¶
This module contains external packages that were vendorized (shipped with a tree of another project) to simplify dependency management. There is no problem with expressing those dependencies at pypi level but it would be annoying to have to first package and introduce them to Ubuntu.
Note
The plainbox.vendor
package is modified by Debian not to ship a copy of
the unittest.mock
and updated inspect
modules that are already
available in python3.3