9 buildPythonPackage rec {
10 pname = "py-dmidecode";
14 disabled = pythonOlder "3.8";
17 pname = "py_dmidecode";
19 hash = "sha256-pS1fRWuWLnXuNEGYXU/j1njC8THWQOHbnVOF9+c13Cw=";
26 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Python library that parses the output of dmidecode";
39 homepage = "https://github.com/zaibon/py-dmidecode/";
40 changelog = "https://github.com/zaibon/py-dmidecode/releases/tag/v${version}";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ davidtwco ];
43 platforms = platforms.linux;