11 buildPythonPackage rec {
12 pname = "pip-system-certs";
18 pname = "pip_system_certs";
19 hash = "sha256-245qMTiNl5XskTmVffGon6UnT7ZhZEVv0JGl0+lMNQw=";
28 propagatedBuildInputs = [ wrapt ];
30 pythonImportsCheck = [
31 "pip_system_certs.wrapt_requests"
32 "pip_system_certs.bootstrap"
36 description = "Live patches pip and requests to use system certs by default";
37 homepage = "https://gitlab.com/alelec/pip-system-certs";
38 license = licenses.bsd2;
39 maintainers = with maintainers; [ slotThe ];