d140ead Use bundled six

Authored and Committed by yselkowitz 9 months ago
    Use bundled six
    
    Unbundling python modules through symlinks is clumsy at best, and
    potentially error-prone; for example when built for flatpaks, urllib3
    and six are not necessarily in the same prefix.  The bundled six is kept
    current, so there is no harm in bundling with the required declaration.
    
        
file modified
+6 -15