1 parent b78ff5a commit ee9ce01Copy full SHA for ee9ce01
1 file changed
lib/fpm/package/python.rb
@@ -594,7 +594,7 @@ def fix_name(name)
594
if name.start_with?("python")
595
# If the python package is called "python-foo" strip the "python-" part while
596
# prepending the package name prefix.
597
- return [attributes[:ptython_package_name_prefix], name.gsub(/^python-/, "")].join("-")
+ return [attributes[:python_package_name_prefix], name.gsub(/^python-/, "")].join("-")
598
else
599
return [attributes[:python_package_name_prefix], name].join("-")
600
end
0 commit comments