From 1f78fc3b0ad68aeb6b76636a7cb833fee229e0e6 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 17 Apr 2018 16:47:02 +0200 Subject: [PATCH] fix pyxdg requirement --- openbox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox.spec b/openbox.spec index 9d0aec7..e5e9ccd 100644 --- a/openbox.spec +++ b/openbox.spec @@ -16,7 +16,7 @@ Patch1: openbox-python3.patch Requires: %{name}-libs%{?_isa} = %{version}-%{release} # required by xdg-menu and xdg-autostart scripts -Requires: python3-xdg +Requires: python3-pyxdg # used by xdg-menu for icon support (optional) Suggests: python3-gobject # as discussed in https://bugzilla.redhat.com/860997