10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-VLT+VlwQAAxU1WRNCB4t4fhQ2u+6w5zqdM6mSbR7+xI=";
22 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Python module for interacting with Neato Botvac Connected vacuum robots";
37 homepage = "https://github.com/stianaske/pybotvac";
38 license = licenses.mit;
39 maintainers = with maintainers; [ ];