diff --git a/Library/Homebrew/utils/pypi.rb b/Library/Homebrew/utils/pypi.rb index 7a5228ae17..846a39048c 100644 --- a/Library/Homebrew/utils/pypi.rb +++ b/Library/Homebrew/utils/pypi.rb @@ -237,7 +237,8 @@ module PyPI else return if ignore_non_pypi_packages - odie "The main package is not a PyPI package. Please update its URL manually." + odie "The main package is not a PyPI package, meaning that version-only updates cannot be \ + performed. Please update its URL manually." end end