Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #118 from ipanova/flag
Browse files Browse the repository at this point in the history
Added modular flag to the pkg_dict from which pulp3 content is created.
  • Loading branch information
ipanova committed Mar 17, 2020
2 parents 9e12159 + f9ced4c commit 6e58e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulp_2to3_migration/app/plugin/rpm/pulp_2to3_models.py
Expand Up @@ -115,6 +115,7 @@ async def create_pulp3_content(self):
"""
cr_package = await get_cr_obj(self)
pkg_dict = Package.createrepo_to_dict(cr_package)
pkg_dict['is_modular'] = self.is_modular
return Package(**pkg_dict)


Expand Down

0 comments on commit 6e58e86

Please sign in to comment.