python311Packages.batchspawner: add missing input
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, jupyterhub
|
||||
, packaging
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
@@ -21,6 +22,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
jupyterhub
|
||||
packaging
|
||||
];
|
||||
|
||||
# Tests require a job scheduler e.g. slurm, pbs, etc.
|
||||
|
||||
Reference in New Issue
Block a user