Bug 1187847 - notify-python should require pygtk2
Summary: notify-python should require pygtk2
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: notify-python
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Paul W. Frields
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-31 02:45 UTC by Scott Talbert
Modified: 2015-03-04 10:34 UTC (History)
2 users (show)

Fixed In Version: notify-python-0.1.1-28.fc21
Clone Of:
Environment:
Last Closed: 2015-03-04 10:32:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Scott Talbert 2015-01-31 02:45:20 UTC
pygtk2 can be removed and notify-python won't work:

[root@localhost ~]# yum remove pygtk2
Loaded plugins: auto-update-debuginfo
Resolving Dependencies
--> Running transaction check
---> Package pygtk2.x86_64 0:2.24.0-11.fc22 will be erased
--> Processing Dependency: pygtk2 for package: python-matplotlib-1.3.1-7.fc22.x86_64
--> Processing Dependency: pygtk2 for package: gnuradio-3.7.5.1-2.fc22.x86_64
--> Processing Dependency: pygtk2 = 2.24.0-11.fc22 for package: pygtk2-libglade-2.24.0-11.fc22.x86_64
--> Running transaction check
---> Package gnuradio.x86_64 0:3.7.5.1-2.fc22 will be erased
---> Package pygtk2-libglade.x86_64 0:2.24.0-11.fc22 will be erased
--> Processing Dependency: pygtk2-libglade >= 2.9.2 for package: setroubleshoot-3.2.20-3.fc22.x86_64
---> Package python-matplotlib.x86_64 0:1.3.1-7.fc22 will be erased
--> Processing Dependency: python-matplotlib(x86-64) = 1.3.1-7.fc22 for package: python-matplotlib-wx-1.3.1-7.fc22.x86_64
--> Processing Dependency: python-matplotlib(x86-64) = 1.3.1-7.fc22 for package: python-matplotlib-tk-1.3.1-7.fc22.x86_64
--> Running transaction check
---> Package python-matplotlib-tk.x86_64 0:1.3.1-7.fc22 will be erased
---> Package python-matplotlib-wx.x86_64 0:1.3.1-7.fc22 will be erased
---> Package setroubleshoot.x86_64 0:3.2.20-3.fc22 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                 Arch      Version            Repository           Size
================================================================================
Removing:
 pygtk2                  x86_64    2.24.0-11.fc22     @rawhide/rawhide    3.9 M
Removing for dependencies:
 gnuradio                x86_64    3.7.5.1-2.fc22     @rawhide             91 M
 pygtk2-libglade         x86_64    2.24.0-11.fc22     @rawhide/rawhide     24 k
 python-matplotlib       x86_64    1.3.1-7.fc22       @rawhide             53 M
 python-matplotlib-tk    x86_64    1.3.1-7.fc22       @rawhide            219 k
 python-matplotlib-wx    x86_64    1.3.1-7.fc22       @rawhide            235 k
 setroubleshoot          x86_64    3.2.20-3.fc22      @rawhide/rawhide    231 k

Transaction Summary
================================================================================
Remove  1 Package (+6 Dependent packages)

Installed size: 149 M
Is this ok [y/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction (shutdown inhibited)
  Erasing    : python-matplotlib-wx-1.3.1-7.fc22.x86_64                     1/7 
  Erasing    : python-matplotlib-tk-1.3.1-7.fc22.x86_64                     2/7 
  Erasing    : python-matplotlib-1.3.1-7.fc22.x86_64                        3/7 
  Erasing    : setroubleshoot-3.2.20-3.fc22.x86_64                          4/7 
  Erasing    : pygtk2-libglade-2.24.0-11.fc22.x86_64                        5/7 
  Erasing    : gnuradio-3.7.5.1-2.fc22.x86_64                               6/7 
  Erasing    : pygtk2-2.24.0-11.fc22.x86_64                                 7/7 
  Verifying  : python-matplotlib-wx-1.3.1-7.fc22.x86_64                     1/7 
  Verifying  : pygtk2-2.24.0-11.fc22.x86_64                                 2/7 
  Verifying  : pygtk2-libglade-2.24.0-11.fc22.x86_64                        3/7 
  Verifying  : python-matplotlib-tk-1.3.1-7.fc22.x86_64                     4/7 
  Verifying  : python-matplotlib-1.3.1-7.fc22.x86_64                        5/7 
  Verifying  : gnuradio-3.7.5.1-2.fc22.x86_64                               6/7 
  Verifying  : setroubleshoot-3.2.20-3.fc22.x86_64                          7/7 

Removed:
  pygtk2.x86_64 0:2.24.0-11.fc22                                                

Dependency Removed:
  gnuradio.x86_64 0:3.7.5.1-2.fc22                                              
  pygtk2-libglade.x86_64 0:2.24.0-11.fc22                                       
  python-matplotlib.x86_64 0:1.3.1-7.fc22                                       
  python-matplotlib-tk.x86_64 0:1.3.1-7.fc22                                    
  python-matplotlib-wx.x86_64 0:1.3.1-7.fc22                                    
  setroubleshoot.x86_64 0:3.2.20-3.fc22                                         

Complete!

[root@localhost ~]# python
Python 2.7.9 (default, Jan 20 2015, 16:18:21) 
[GCC 4.9.2 20150107 (Red Hat 4.9.2-5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pynotify
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.7/site-packages/gtk-2.0/pynotify/__init__.py", line 19, in <module>
    import gtk
ImportError: No module named gtk
>>>

Comment 1 Fedora Update System 2015-02-20 18:39:42 UTC
notify-python-0.1.1-28.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/notify-python-0.1.1-28.fc21

Comment 2 Fedora Update System 2015-02-20 18:39:54 UTC
notify-python-0.1.1-28.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/notify-python-0.1.1-28.fc20

Comment 3 Fedora Update System 2015-02-22 06:03:18 UTC
Package notify-python-0.1.1-28.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing notify-python-0.1.1-28.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-2396/notify-python-0.1.1-28.fc20
then log in and leave karma (feedback).

Comment 4 Jaroslav Reznik 2015-03-03 17:19:58 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22

Comment 5 Fedora Update System 2015-03-04 10:32:52 UTC
notify-python-0.1.1-28.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2015-03-04 10:34:50 UTC
notify-python-0.1.1-28.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.