python310Packages.ansible-runner: disable on older Python releases

This commit is contained in:
Fabian Affolter 2022-11-03 09:27:16 +01:00 committed by GitHub
parent de97a3c324
commit 40deff2a5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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