]> git.pld-linux.org Git - packages/gnome-abrt.git/commitdiff
Requires python-pyinotify
authorElan Ruusamäe <glen@delfi.ee>
Sun, 27 Oct 2013 13:23:12 +0000 (15:23 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 27 Oct 2013 13:23:12 +0000 (15:23 +0200)
$ gnome-abrt
Traceback (most recent call last):
  File "/usr/bin/gnome-abrt", line 58, in <module>
    from gnome_abrt.directory_problems import DirectoryProblemSource
  File
"/usr/lib64/python2.7/site-packages/gnome_abrt/directory_problems.py",
line 26, in <module>
ImportError: No module named pyinotify

gnome-abrt.spec

index e8e6e047383d0fe672ac5ea8cd1bac8e1d37c1b0..36e8a93c2ecbaccd3f475713d1e87f867de2c805 100644 (file)
@@ -1,12 +1,12 @@
 #
 # Conditional build:
 %bcond_with    tests   # "make check" run (some pylint false positive?)
-#
+
 Summary:       A utility for viewing problems that have occurred with the system
 Summary(pl.UTF-8):     Narzędzie do przeglądania problemów, które wystąpiły w systemie
 Name:          gnome-abrt
 Version:       0.3.3
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/System
 Source0:       https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
@@ -32,7 +32,7 @@ Requires:     abrt-gui-libs >= 2.1.7
 Requires:      hicolor-icon-theme
 Requires:      libreport-python
 Requires:      python-dbus
-Requires:      python-inotify
+Requires:      python-pyinotify
 Requires:      python-pygobject3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.062319 seconds and 4 git commands to generate.