15 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
20 src = fetchFromGitHub {
21 owner = "tchellomello";
22 repo = "python-amcrest";
24 sha256 = "sha256-An7MnGtZsmEZU/y6E0sivdexFD6HJRTB1juXqHfbDzE=";
27 propagatedBuildInputs = [
41 pythonImportsCheck = [ "amcrest" ];
44 description = "Python module for Amcrest and Dahua Cameras";
45 homepage = "https://github.com/tchellomello/python-amcrest";
46 license = with licenses; [ gpl2Only ];
47 maintainers = with maintainers; [ fab ];