Skip to content

Commit

Permalink
Add plugin version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmullicani authored Dec 1, 2022
1 parent 862c86a commit 4aa050c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulpcore/cli/deb/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ class PulpAptRepositoryContext(PulpRepositoryContext):
DELETE_ID = "repositories_deb_apt_delete"
SYNC_ID = "repositories_deb_apt_sync"
VERSION_CONTEXT = PulpAptRepositoryVersionContext
CAPABILITIES = {"pulpexport": [PluginRequirement("deb")]}
CAPABILITIES = {"pulpexport": [PluginRequirement("deb", "2.20.0")]}

registered_repository_contexts["deb:apt"] = PulpAptRepositoryContext

0 comments on commit 4aa050c

Please sign in to comment.