- fedmsg is removed as not needed

This commit is contained in:
soksanichenko 2022-11-09 09:06:09 +02:00
parent bd9d800b52
commit d711f8a2d6
3 changed files with 0 additions and 3 deletions

View File

@ -82,7 +82,6 @@ A tool to create anaconda based installation trees/isos of a set of rpms.
%package utils
Summary: Utilities for working with finished composes
Requires: pungi = %{version}-%{release}
Requires: python3-fedmsg
%description utils
These utilities work with finished composes produced by Pungi. They can be used

View File

@ -1,7 +1,6 @@
# Some packages must be installed via dnf/yum first, see doc/contributing.rst
dict.sorted
dogpile.cache
fedmsg
funcsigs
jsonschema
kobo

View File

@ -37,7 +37,6 @@ setup(
"comps_filter = pungi.scripts.comps_filter:main",
"pungi = pungi.scripts.pungi:main",
"pungi-create-unified-isos = pungi.scripts.create_unified_isos:main",
"pungi-fedmsg-notification = pungi.scripts.fedmsg_notification:main",
"pungi-patch-iso = pungi.scripts.patch_iso:cli_main",
"pungi-make-ostree = pungi.ostree:main",
"pungi-notification-report-progress = pungi.scripts.report_progress:main",