Skip to content

Commit

Permalink
fix(python3): Add python-dev-is-python3 package (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
baolsen authored Dec 14, 2022
1 parent 6506f60 commit e74b64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/software/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
"node" = ["nodejs"]
"pre-commit" = ["pre-commit"]
"python2" = ["python2"]
"python3" = ["python3", "python3-pip", "python3-venv", "python-is-python3"]
"python3" = ["python3", "python3-pip", "python3-venv", "python-is-python3", "python-dev-is-python3"]
"tflint" = ["unzip"]
}

Expand Down

0 comments on commit e74b64a

Please sign in to comment.