Skip to content

Commit

Permalink
Merge pull request #696 from acojocariu1-godaddy/fix-python-pip
Browse files Browse the repository at this point in the history
Fix python::pip - use valid, but highly unlikely package version
  • Loading branch information
bastelfreak authored Aug 21, 2024
2 parents 66bfce4 + c5d0e96 commit c3726ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/pip.pp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
# more than one line with paretheses.
$latest_version = join([
"${pip_install} ${legacy_resolver} ${pypi_index} ${pypi_extra_index} ${proxy_flag}",
" ${install_args} ${install_editable} ${real_pkgname}==notreallyaversion 2>&1",
" ${install_args} ${install_editable} '${real_pkgname}==9!0dev0+x' 2>&1",
" | sed -nE 's/.*\\(from versions: (.*, )*(.*)\\)/\\2/p'",
' | tr -d "[:space:]"',
])
Expand Down

0 comments on commit c3726ea

Please sign in to comment.