diff --git a/resources/install.rb b/resources/install.rb index 06b7468..9fe6d2a 100644 --- a/resources/install.rb +++ b/resources/install.rb @@ -29,7 +29,7 @@ action :install do converge_if_changed :version do - valid_name_regex = /^python3\d?$/ + valid_name_regex = /^python3\.?\d?$/ if new_resource.source == 'portable_pypy3' package 'bzip2'