mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
python311Packages.pygnmi: disable on unsupported Python releases
This commit is contained in:
parent
5d94872a44
commit
93900ac8ef
@ -6,6 +6,7 @@
|
||||
, grpcio
|
||||
, protobuf
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -13,6 +14,8 @@ buildPythonPackage rec {
|
||||
version = "0.8.13";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "akarneliuk";
|
||||
repo = "pygnmi";
|
||||
|
Loading…
Reference in New Issue
Block a user