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
|
, grpcio
|
||||||
, protobuf
|
, protobuf
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, pythonOlder
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -13,6 +14,8 @@ buildPythonPackage rec {
|
|||||||
version = "0.8.13";
|
version = "0.8.13";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "akarneliuk";
|
owner = "akarneliuk";
|
||||||
repo = "pygnmi";
|
repo = "pygnmi";
|
||||||
|
Loading…
Reference in New Issue
Block a user