11 buildPythonPackage rec {
16 # Tests are not available from PyPi
17 src = fetchFromGitHub {
21 hash = "sha256-M4N3Ccuw95OcLsWQVtITv4QShBJKliTh5QIoqji8x9o=";
29 dependencies = [ stevedore ];
31 nativeCheckInputs = [ pytestCheckHook ];
37 pythonImportsCheck = [ "plugin.core" ];
40 description = "Dynamic code loading framework for building pluggable Python distributions";
41 homepage = "https://github.com/localstack/plux";
42 license = licenses.asl20;