10 buildPythonPackage rec {
11 pname = "configshell";
13 format = "setuptools";
15 src = fetchFromGitHub {
19 hash = "sha256-7iWmYVCodwncoPdpw85zrNsZSEq+ume412lyiiJqRPc=";
22 propagatedBuildInputs = [
31 pythonImportsCheck = [ "configshell" ];
34 description = "Python library for building configuration shells";
35 homepage = "https://github.com/open-iscsi/configshell-fb";
36 license = licenses.asl20;