- fedmsg is removed as not needed
This commit is contained in:
parent
bd9d800b52
commit
d711f8a2d6
@ -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
|
||||
|
@ -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
|
||||
|
1
setup.py
1
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",
|
||||
|
Loading…
Reference in New Issue
Block a user