9 buildPythonPackage rec {
10 pname = "librouteros";
12 format = "setuptools";
16 src = fetchFromGitHub {
20 hash = "sha256-VwpZ1RY6Sul7xvWY7ZoOxZ7KgbRmKRwcVdF9e2b3f6Q=";
29 # Disable tests which require QEMU to run
33 "test_add_then_remove"
34 "test_add_then_update"
35 "test_generator_ditch"
38 pythonImportsCheck = [
43 description = "Python implementation of the MikroTik RouterOS API";
44 homepage = "https://librouteros.readthedocs.io/";
45 license = with licenses; [ gpl2Only ];
46 maintainers = with maintainers; [ fab ];