12 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
21 sha256 = "09fz8zbxjaly9zqksvq6cqp66plbsyjsmndy4g25ryys45siz1ny";
24 propagatedBuildInputs = [
35 # Tests require openssh_wrapper which is outdated and not available
36 pytestFlagsArray = [ "tests/paramiko_tests.py" ];
37 pythonImportsCheck = [ "proxmoxer" ];
40 description = "Python wrapper for Proxmox API v2";
41 homepage = "https://github.com/proxmoxer/proxmoxer";
42 license = with licenses; [ bsd3 ];
43 maintainers = with maintainers; [ fab ];