tarsnapper: depend on pyyaml

Closes #110536.

Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-09-13 10:01:42 +02:00 committed by BrewTestBot
parent 34f4df9e25
commit 471549b791
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 7 deletions

View File

@ -18,8 +18,8 @@ class Tarsnapper < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "1f9c0304d01b9274fcd7acb0a8cb66610cac32f1c3aaf7e0b05b36c7ddd1b384"
end
depends_on "libyaml"
depends_on "python@3.10"
depends_on "pyyaml"
depends_on "six"
depends_on "tarsnap"
@ -38,11 +38,6 @@ class Tarsnapper < Formula
sha256 "0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"
end
resource "PyYAML" do
url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz"
sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
end
def install
virtualenv_install_with_resources
end

View File

@ -414,7 +414,7 @@
"exclude_packages": ["six"]
},
"tarsnapper": {
"exclude_packages": ["six"]
"exclude_packages": ["six", "PyYAML"]
},
"termius": {
"package_name": "termius",