Skip to content

Commit

Permalink
fix noinstall filtering of obsproduct builds
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 17, 2023
1 parent 1470476 commit a7731e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ def __str__(self):

print('Writing build configuration')

if build_type in ('kiwi', 'docker', 'podman', 'fissile'):
if build_type in ('kiwi', 'docker', 'podman', 'fissile', 'obsproduct'):
rpmlist = ['%s %s\n' % (i.name, i.fullfilename) for i in bi.deps if not i.noinstall]
else:
rpmlist = []
Expand Down

0 comments on commit a7731e5

Please sign in to comment.