Skip to content

Commit

Permalink
Merge pull request #1096 from camptocamp/epoc-required
Browse files Browse the repository at this point in the history
The epoch is now required
  • Loading branch information
sbrunner authored May 4, 2023
2 parents 045626e + d2b6748 commit cc094ac
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 cc094ac

Please sign in to comment.