Skip to content

Commit c3726ea

Browse files
authored
Merge pull request #696 from acojocariu1-godaddy/fix-python-pip
Fix python::pip - use valid, but highly unlikely package version
2 parents 66bfce4 + c5d0e96 commit c3726ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/pip.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
# more than one line with paretheses.
220220
$latest_version = join([
221221
"${pip_install} ${legacy_resolver} ${pypi_index} ${pypi_extra_index} ${proxy_flag}",
222-
" ${install_args} ${install_editable} ${real_pkgname}==notreallyaversion 2>&1",
222+
" ${install_args} ${install_editable} '${real_pkgname}==9!0dev0+x' 2>&1",
223223
" | sed -nE 's/.*\\(from versions: (.*, )*(.*)\\)/\\2/p'",
224224
' | tr -d "[:space:]"',
225225
])

0 commit comments

Comments
 (0)