6 , pytest-error-for-skips
14 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
23 sha256 = "sha256-vIefcL3K3ZbAUxMFM7gbbTFdrnmufWZHcq4OA19SYXE=";
27 substituteInPlace pytest.ini \
28 --replace "--cov --cov-report term-missing " ""
29 substituteInPlace requirements-test.txt \
30 --replace "pytest-cov" ""
33 propagatedBuildInputs = [
39 pytest-error-for-skips
46 pythonImportsCheck = [ "brother" ];
49 description = "Python wrapper for getting data from Brother laser and inkjet printers via SNMP";
50 homepage = "https://github.com/bieniu/brother";
51 license = licenses.asl20;
52 maintainers = with maintainers; [ hexa ];