python3Packages.ntc-templates: switch to use pythonOlder
This commit is contained in:
parent
b004c68f56
commit
659392fe20
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, isPy27
|
||||
, pythonOlder
|
||||
, poetry-core
|
||||
, textfsm
|
||||
, pytestCheckHook
|
||||
|
@ -13,7 +13,8 @@ buildPythonPackage rec {
|
|||
pname = "ntc-templates";
|
||||
version = "3.0.0";
|
||||
format = "pyproject";
|
||||
disabled = isPy27;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "networktocode";
|
||||
|
|
Loading…
Reference in a new issue