9 buildPythonPackage rec {
11 pname = "python-vagrant";
14 src = fetchFromGitHub {
16 repo = "python-vagrant";
17 rev = "refs/tags/v${version}";
18 hash = "sha256-apvYzH0IY6ZyUP/FiOVbGN3dXejgN7gn7Mq2tlEaTww=";
27 # The tests try to connect to qemu
30 pythonImportsCheck = [
35 description = "Python module that provides a thin wrapper around the vagrant command line executable";
36 homepage = "https://github.com/todddeluca/python-vagrant";
37 license = lib.licenses.mit;
38 maintainers = [ lib.maintainers.pmiddend ];