diff --git a/pungi.spec b/pungi.spec index 59c95aa3..b7f38310 100644 --- a/pungi.spec +++ b/pungi.spec @@ -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 diff --git a/requirements.txt b/requirements.txt index ee73d0c3..9acc2ad6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index d3e6bae6..c48b75d9 100755 --- a/setup.py +++ b/setup.py @@ -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",