From 57cac495594aa36544e8ec5749cf66c5f918de2d Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Fri, 31 Jul 2020 20:59:22 -0400 Subject: [PATCH] Use formula.full_name for blocklist --- Library/Homebrew/utils/pypi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/pypi.rb b/Library/Homebrew/utils/pypi.rb index ac3800da97..0b3d1fa3bb 100644 --- a/Library/Homebrew/utils/pypi.rb +++ b/Library/Homebrew/utils/pypi.rb @@ -47,7 +47,7 @@ module PyPI def update_python_resources!(formula, version = nil, print_only: false, silent: false, ignore_non_pypi_packages: false) - if !print_only && AUTOMATIC_RESOURCE_UPDATE_BLOCKLIST.include?(formula.name) + if !print_only && AUTOMATIC_RESOURCE_UPDATE_BLOCKLIST.include?(formula.full_name) odie "The resources for \"#{formula.name}\" need special attention. Please update them manually." return end