Skip to content

Commit

Permalink
Add graphlib_backport dependency for Python <3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Jun 2, 2022
1 parent b4dc91e commit 2b22993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"configparser",
"pywinrm",
"distro>=1.5,<2",
# Backport of graphlib used for DAG operation ordering
'graphlib_backport ; python_version < "3.9"',
)

ANSIBLE_REQUIRES = ("pyyaml",) # extras for parsing Ansible inventory
Expand Down

0 comments on commit 2b22993

Please sign in to comment.