8 buildPythonPackage rec {
10 pname = "ndg-httpsclient";
12 src = fetchFromGitHub {
14 repo = "ndg_httpsclient";
16 sha256 = "0lhsgs4am4xyjssng5p0vkfwqncczj1dpa0vss4lrhzq86mnn5rz";
20 propagatedBuildInputs = [
29 homepage = "https://github.com/cedadev/ndg_httpsclient/";
30 description = "Provide enhanced HTTPS support for httplib and urllib2 using PyOpenSSL";
31 license = licenses.bsd2;
32 maintainers = with maintainers; [ ];