diff --git a/Library/Homebrew/utils/pypi.rb b/Library/Homebrew/utils/pypi.rb index 59fb275b5f..5f55451380 100644 --- a/Library/Homebrew/utils/pypi.rb +++ b/Library/Homebrew/utils/pypi.rb @@ -1,6 +1,8 @@ # typed: true # frozen_string_literal: true +require "utils/inreplace" + # Helper functions for updating PyPI resources. module PyPI PYTHONHOSTED_URL_PREFIX = "https://files.pythonhosted.org/packages/"