Skip to content

Commit

Permalink
conan: drop setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Apr 7, 2024
1 parent b5cb715 commit 4628539
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Formula/c/conan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ class Conan < Formula
sha256 "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
end

resource "setuptools" do
url "https://files.pythonhosted.org/packages/4d/5b/dc575711b6b8f2f866131a40d053e30e962e633b332acf7cd2c24843d83d/setuptools-69.2.0.tar.gz"
sha256 "0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e"
end

resource "six" do
url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz"
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
Expand Down
2 changes: 1 addition & 1 deletion pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
},
"conan": {
"exclude_packages": ["certifi"],
"extra_packages": ["distro", "setuptools"]
"extra_packages": ["distro"]
},
"conan@1": {
"exclude_packages": ["certifi"],
Expand Down

0 comments on commit 4628539

Please sign in to comment.