7 , pytest-error-for-skips
12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-pk9VBFha2NfQWI+fbWwGKcGFa93eKr5Cqh85r1CAXpI=";
26 propagatedBuildInputs = [
33 pytest-error-for-skips
37 pythonImportsCheck = [
42 description = "Python wrapper for getting data from Brother laser and inkjet printers via SNMP";
43 homepage = "https://github.com/bieniu/brother";
44 license = licenses.asl20;
45 maintainers = with maintainers; [ hexa ];