12 buildPythonPackage rec {
13 pname = "reolink-aio";
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
20 owner = "starkillerOG";
22 rev = "refs/tags/${version}";
23 hash = "sha256-MUhB8A51dj+FA3+lvBrFyAWizKq5CpYwo38E1euJsHs=";
30 propagatedBuildInputs = [
37 pythonImportsCheck = [
41 # All tests require a network device
45 description = "Module to interact with the Reolink IP camera API";
46 homepage = "https://github.com/starkillerOG/reolink_aio";
47 changelog = "https://github.com/starkillerOG/reolink_aio/releases/tag/${version}";
48 license = with licenses; [ mit ];
49 maintainers = with maintainers; [ fab ];