diff --git a/Library/Homebrew/utils/pypi.rb b/Library/Homebrew/utils/pypi.rb index aad702da84..7a5228ae17 100644 --- a/Library/Homebrew/utils/pypi.rb +++ b/Library/Homebrew/utils/pypi.rb @@ -236,6 +236,7 @@ module PyPI main_package.version = version else return if ignore_non_pypi_packages + odie "The main package is not a PyPI package. Please update its URL manually." end end