python310Packages.pysmart: disable on unsupported Python releases
This commit is contained in:
parent
74778be2f1
commit
ea0b637cda
1 changed files with 4 additions and 0 deletions
|
@ -4,11 +4,15 @@
|
|||
, smartmontools
|
||||
, humanfriendly
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pysmart";
|
||||
version = "1.2.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "truenas";
|
||||
|
|
Loading…
Reference in a new issue