2013/7/29 Peter FELECAN <[email protected]> > > 2. The package provides a "mixed" module, i.e. the code runs on 2.6 and > 2.7 interpreter. In this case it should provide a double pronged > installation, i.e., components installed in > /opt/csw/python/site-packages. consequently, no need for a specific > prefix and its dependency specifies CSWpython *and* CSWpython27.
Here's a radical idea: Let's make the module packages not depend on any Python interpreter. Pros: We won't force people to pull in Python 2.6 if they only want Python 2.7 and vice versa. Cons: Someone might rely on the dependency and expect to install the interpreter by only issuing a command to install a module. Thoughts? Maciej _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
