Skip to content

Commit

Permalink
Fix 'ERROR: The --python option must be placed before the pip subcomm…
Browse files Browse the repository at this point in the history
…and name'.
  • Loading branch information
amdei committed Sep 22, 2023
1 parent 7e4fcac commit 43fefae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/fpm/package/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ def build_py_wheel(setup_data)
::Dir.chdir(project_dir) do

# @todo FIXME!!! - is it necessary?
flags = [ "--python", attributes[:python_bin] ]
# flags = [ "--python", attributes[:python_bin] ]
flags = [ ]

# @todo FIXME!!!
# pip wheel:
Expand Down

0 comments on commit 43fefae

Please sign in to comment.