tmuxp: remove PyYAML resource

Closes #112864.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-10-11 11:47:11 +02:00 committed by BrewTestBot
parent 34ebe1b964
commit 98ae3b33e4
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 3 additions and 5 deletions

View File

@ -30,11 +30,6 @@ class Tmuxp < Formula
sha256 "cf352a645ebeaa5046ad0593cc01d691d77f8b3af1660327a6433cc6276ab796"
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

@ -501,6 +501,9 @@
"theharvester": {
"exclude_packages": ["six", "PyYAML", "typing-extensions"]
},
"tmuxp": {
"exclude_packages": ["PyYAML"]
},
"todoman": {
"exclude_packages": ["six", "tabulate"]
},