11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "0378cec15fb11b2ed27ba54dad9fd987d48e6f62f49fcff138f5f7a8b312b044";
20 propagatedBuildInputs = [
26 # Tests assume network connectivity
30 description = "Pure-Python Java Keystore (JKS) library";
31 homepage = "https://github.com/kurtbrose/pyjks";
32 license = lib.licenses.mit;
33 maintainers = with lib.maintainers; [