Skip to content

Commit

Permalink
Merge pull request #1448 from adrianschroeter/obsproduct
Browse files Browse the repository at this point in the history
fix noinstall filtering of obsproduct builds
  • Loading branch information
dmach authored Nov 19, 2023
2 parents 1470476 + a7731e5 commit b47468a
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 b47468a

Please sign in to comment.