Skip to content

Commit

Permalink
Revert "requirements: update craft-archives (#4174)"
Browse files Browse the repository at this point in the history
This reverts commit 0e12894.
  • Loading branch information
tigarmo authored and sergiusens committed Jul 14, 2023
1 parent 4d7eab2 commit 8a6872c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion snapcraft_legacy/plugins/v1/catkin.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ def get_required_package_repositories(self) -> List[PackageRepository]:

return [
PackageRepositoryApt(
type="apt",
formats=["deb"],
components=["main"],
key_id="C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654",
Expand Down
1 change: 0 additions & 1 deletion snapcraft_legacy/plugins/v1/colcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def get_required_package_repositories(cls) -> List[PackageRepository]:
codename = os_release.OsRelease().version_codename()
return [
PackageRepositoryApt(
type="apt",
formats=["deb"],
components=["main"],
key_id="C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654",
Expand Down

0 comments on commit 8a6872c

Please sign in to comment.