Skip to content

Commit

Permalink
Merge pull request Homebrew#158427 from branchvincent/virtualenvwrapper
Browse files Browse the repository at this point in the history
virtualenvwrapper: drop unused `six`
  • Loading branch information
BrewTestBot authored Dec 28, 2023
2 parents 3152e6c + 08535a8 commit 5ca46ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Formula/v/virtualenvwrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class Virtualenvwrapper < Formula
end

depends_on "[email protected]"
depends_on "six"
depends_on "virtualenv"

resource "pbr" do
Expand Down
2 changes: 1 addition & 1 deletion pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@
"exclude_packages": ["certifi"]
},
"virtualenvwrapper": {
"exclude_packages": ["six", "virtualenv"]
"exclude_packages": ["virtualenv"]
},
"virtualenv": {
"exclude_packages": ["distlib", "filelock", "platformdirs"]
Expand Down

0 comments on commit 5ca46ac

Please sign in to comment.