[PyKDE] also about pyqt
    Hans-Peter Jansen 
    hpj at urpla.net
       
    Tue Mar 14 23:17:41 GMT 2006
    
    
  
Am Dienstag, 14. März 2006 17:49 schrieb Roberto Alsina:
> If the user has PyQt installed by other means (for example for Red
> Hat/Fedora/Centos users, kde-redhat.sf.net), distutils can create
> fairly simple RPMs (they have no dependencies listed, so they are
> technically broken, though).
which can be easily circumvented via setup.cfg, btw:
[install]
prefix: /usr
[bdist_rpm]
release: 2
requires: pkg >= 0.99
Pete
    
    
More information about the PyQt
mailing list