Skip to content

Commit 6cbedfb

Browse files
remove --ignore-installed pip flag
1 parent 44e98b2 commit 6cbedfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fpm/package/python.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def install_to_staging(path)
604604
# XXX: Deprecate: :python_setup_py_arguments
605605
flags = [ "--root", staging_path ]
606606
flags += [ "--prefix", prefix ] if !attributes[:prefix].nil?
607-
flags += [ "--ignore-installed" ]
607+
# flags += [ "--ignore-installed" ]
608608

609609
safesystem(*attributes[:python_pip], "install", "--no-deps", *flags, path)
610610
end # def install_to_staging

0 commit comments

Comments
 (0)