7 buildPythonPackage rec {
9 pname = "python-vagrant";
13 inherit pname version;
14 sha256 = "sha256-qP6TzPL/N+zJXsL0nqdKkabOc6TbShapjdJtOXz9CeU=";
21 # The tests try to connect to qemu
24 pythonImportsCheck = [
29 description = "Python module that provides a thin wrapper around the vagrant command line executable";
30 homepage = "https://github.com/todddeluca/python-vagrant";
31 license = lib.licenses.mit;
32 maintainers = [ lib.maintainers.pmiddend ];