10 buildPythonPackage rec {
11 pname = "reolink-aio";
13 format = "setuptools";
15 disabled = pythonOlder "3.9";
17 src = fetchFromGitHub {
18 owner = "starkillerOG";
20 rev = "refs/tags/${version}";
21 hash = "sha256-BSl7dECYJIjR9QTvcizUF3Lz1jmgm9xi4kPt7PdO/Nk=";
24 propagatedBuildInputs = [
30 pythonImportsCheck = [
34 # All tests require a network device
38 description = "Module to interact with the Reolink IP camera API";
39 homepage = "https://github.com/starkillerOG/reolink_aio";
40 changelog = "https://github.com/starkillerOG/reolink_aio/releases/tag/${version}";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];