I'm using xmlsec 1.3.3
in my python web application.
Every time I run a clean pip install
, this is the package it hangs on, for about 5 minutes.
The package size is 15KB and pip show a using cached...
message, so I guess the time is taken by building some specific security libraries.
Is there a way to do a clean pip install, but without rebuilding the xmlsec related libraries?