Skip to content

Commit

Permalink
Merge pull request #1097 from camptocamp/backport/1096-to-1.5
Browse files Browse the repository at this point in the history
[Backport 1.5] The epoch is now required
  • Loading branch information
sbrunner authored May 4, 2023
2 parents 7d67706 + 068f3c2 commit 8a05004
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions c2cciutils/lib/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def get_dpkg_packages_versions(
version = Version.from_string(source_split[1].strip("()"))
if name == "Version" and version is None:
version = Version.from_string(value)
# Don't take care on the epoch
version = Version(upstream=version.upstream, revision=version.revision)

return True, {f"{prefix}{k}": v for k, v in package_version.items()}

Expand Down

0 comments on commit 8a05004

Please sign in to comment.