Skip to content

Commit

Permalink
docker-squash: vendor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Feb 18, 2024
1 parent 17880f2 commit 0eb1700
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Formula/d/docker-squash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class DockerSquash < Formula
end

depends_on "python-certifi"
depends_on "python-packaging"
depends_on "[email protected]"

resource "charset-normalizer" do
Expand All @@ -36,6 +35,11 @@ class DockerSquash < Formula
sha256 "9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"
end

resource "packaging" do
url "https://files.pythonhosted.org/packages/fb/2b/9b9c33ffed44ee921d0967086d653047286054117d584f1b1a7c22ceaf7b/packaging-23.2.tar.gz"
sha256 "048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"
end

resource "requests" do
url "https://files.pythonhosted.org/packages/9d/be/10918a2eac4ae9f02f6cfe6414b7a155ccd8f7f9d4380d62fd5b955065c3/requests-2.31.0.tar.gz"
sha256 "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
Expand Down
2 changes: 1 addition & 1 deletion pypi_formula_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
"exclude_packages": ["docutils", "Pygments"]
},
"docker-squash": {
"exclude_packages": ["certifi", "packaging"]
"exclude_packages": ["certifi"]
},
"doitlive": {
"exclude_packages": ["click", "markupsafe", "packaging", "six"]
Expand Down

0 comments on commit 0eb1700

Please sign in to comment.