[WIP] pypi: hackety hack
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
953c24a7c4
commit
0316b9659f
@ -217,7 +217,7 @@ module PyPI
|
||||
ohai "Retrieving PyPI dependencies for \"#{input_packages.join(" ")}\"..." if !print_only && !silent
|
||||
command =
|
||||
[Formula["python"].bin/"python3", "-m", "pip", "install", "-q", "--dry-run", "--ignore-installed", "--report", "/dev/stdout", *input_packages.map(&:to_s)]
|
||||
pipgrip_output = Utils.popen_read(*command)
|
||||
pipgrip_output = Utils.popen_read(*command, env: { "PIP_REQUIRE_VIRTUALENV" => "false" })
|
||||
unless $CHILD_STATUS.success?
|
||||
odie <<~EOS
|
||||
Unable to determine dependencies for "#{input_packages.join(" ")}" because of a failure when running
|
||||
|
Loading…
x
Reference in New Issue
Block a user