10 buildPythonPackage rec {
11 pname = "molecule-plugins";
16 inherit pname version;
17 hash = "sha256-orFDfVMtc24/vG23pp7FM+IzSyEV/5JFoLJ3LtlzjSM=";
20 # reverse the dependency
21 pythonRemoveDeps = [ "molecule" ];
27 optional-dependencies = {
29 vagrant = [ python-vagrant ];
32 pythonImportsCheck = [ "molecule_plugins" ];
34 # Tests require container runtimes
38 description = "Collection on molecule plugins";
39 homepage = "https://github.com/ansible-community/molecule-plugins";
40 maintainers = with maintainers; [ dawidd6 ];
41 license = licenses.mit;