remove empty PMG::RS::OpenId package to avoid confusion

The common Proxmox::RS:OpenId package can be used instead.

Signed-off-by: Markus Frank <m.frank@proxmox.com>
This commit is contained in:
Markus Frank 2025-02-26 12:38:38 +01:00 committed by Thomas Lamprecht
parent 9ee9ad4154
commit f7d5563c42

View File

@ -29,7 +29,6 @@ PERLMOD_PACKAGES := \
PMG::RS::APT::Repositories \ PMG::RS::APT::Repositories \
PMG::RS::Acme \ PMG::RS::Acme \
PMG::RS::CSR \ PMG::RS::CSR \
PMG::RS::OpenId \
PMG::RS::TFA PMG::RS::TFA
PERLMOD_PACKAGE_FILES := $(addsuffix .pm,$(subst ::,/,$(PERLMOD_PACKAGES))) PERLMOD_PACKAGE_FILES := $(addsuffix .pm,$(subst ::,/,$(PERLMOD_PACKAGES)))