python310Packages.pysmart: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter 2022-12-09 10:51:19 +01:00 committed by GitHub
parent 74778be2f1
commit ea0b637cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";