Remove python3-xdg dependency

This commit is contained in:
Mathieu Comandon 2016-11-30 00:12:04 -08:00
parent cf69e9f035
commit c17aa381e2
4 changed files with 3 additions and 6 deletions

View file

@ -49,7 +49,6 @@ Install required packaging tools::
yum install @development-tools
yum install fedora-packager
yum install python-devel
yum install pyxdg
Create a user to build the package with::

1
debian/control vendored
View file

@ -23,7 +23,6 @@ Depends: ${misc:Depends},
python3-dbus,
python3-gi,
python3-pyinotify,
python3-xdg,
gir1.2-gtk-3.0,
xdg-user-dirs,
psmisc

View file

@ -21,11 +21,11 @@ BuildRequires: python3-devel
%if 0%{?fedora_version}
BuildRequires: python3-gobject, python3-wheel, python3-setuptools, python3-gobject
Requires: python3-gobject, python3-PyYAML, python3-pyxdg, python3-dbus
Requires: python3-gobject, python3-PyYAML, python3-dbus
%endif
%if 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: python3-gobject
Requires: python3-gobject, python3-PyYAML, python3-pyxdg, python3-dbus
Requires: python3-gobject, python3-PyYAML, python3-dbus
%endif
%if 0%{?suse_version}
BuildRequires: python3-gobject
@ -34,7 +34,7 @@ BuildRequires: update-desktop-files
BuildRequires: hicolor-icon-theme
BuildRequires: polkit
BuildRequires: python3-setuptools
Requires: python3-gobject, python3-PyYAML, python3-xdg, dbus-1-python3
Requires: python3-gobject, python3-PyYAML, dbus-1-python3
%endif
%if 0%{?fedora_version} || 0%{?suse_version}
BuildRequires: fdupes

View file

@ -33,7 +33,6 @@ setup(
'PyYAML',
'PyGObject',
'dbus-python',
'pyxdg',
'pyinotify',
'evdev'
],