Skip to content

Commit

Permalink
Remove unused virtualenv dependency (#89)
Browse files Browse the repository at this point in the history
We shouldn't need to require the virtualenv dependency after this change
to use venv instead:
ConsultingMD/image-builder#221

This PR removes the `depends_on` for `virtualenv`.
  • Loading branch information
pb-dod authored Apr 9, 2024
1 parent 85949dd commit 3862ca1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion formula/ih-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class IhCore < Formula
depends_on "jq"
depends_on "yq"
depends_on "go-jira"
depends_on "virtualenv"
depends_on "envconsul"
depends_on "openssl@3"
depends_on "coreutils"
Expand Down

0 comments on commit 3862ca1

Please sign in to comment.