Skip to content

Commit

Permalink
virtualenvwrapper: drop unused six
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Dec 28, 2023
1 parent 021cee3 commit 08535a8
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 08535a8

Please sign in to comment.