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 _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
