diff --git a/imgbom/pkg/type.go b/imgbom/pkg/type.go index 47be98ebd..c4b745b03 100644 --- a/imgbom/pkg/type.go +++ b/imgbom/pkg/type.go @@ -9,6 +9,7 @@ const ( //PacmanPkg RpmPkg WheelPkg + PythonRequirementsPkg JavaPkg JenkinsPluginPkg ) @@ -24,6 +25,7 @@ var typeStr = []string{ //"pacman", "rpm", "wheel", + "python-requirements", "java-archive", "jenkins-plugin", } @@ -36,6 +38,7 @@ var AllPkgs = []Type{ //PacmanPkg, RpmPkg, WheelPkg, + PythonRequirementsPkg, JavaPkg, JenkinsPluginPkg, }