python310Packages.ansible-runner: disable on older Python releases
This commit is contained in:
parent
de97a3c324
commit
40deff2a5b
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
, pytest-timeout
|
||||
, pytest-xdist
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, python-daemon
|
||||
, pyyaml
|
||||
, six
|
||||
|
@ -22,6 +23,8 @@ buildPythonPackage rec {
|
|||
version = "2.3.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-mcTfu+reRGOXvRqeC/BQhz2KBrWSbVXSQIWyld2/Ecs=";
|
||||
|
|
Loading…
Reference in a new issue