9 buildPythonPackage rec {
10 pname = "requests-pkcs12";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "requests_pkcs12";
20 hash = "sha256-JLFUdg7kbjhlpGgrQ29U1TRTKhjDlvMGc/FRE+awfLc=";
23 propagatedBuildInputs = [
28 # Project has no tests
31 pythonImportsCheck = [
36 description = "PKCS#12 support for the Python requests library";
37 homepage = "https://github.com/m-click/requests_pkcs12";
38 license = with licenses; [ isc ];
39 maintainers = with maintainers; [ fab ];