Roundup Tracker - Issues

Message7430

Author rouilj
Recipients rouilj
Date 2021-12-23.22:27:47
Message-id <1640298467.72.0.496264365191.issue2551185@roundup.psfhosted.org>
In-reply-to
changeset:   6573:4b627102b344

force addition of:

    if sys.version_info[0] < 3:
        for arg in sys.argv:
            if arg == 'install':
                sys.argv.append('--old-and-unmanageable')

Not a good solution but the setuptools code is not behaving like it should
and the code path enabled by this option calls orig.install.run(self).
History
Date User Action Args
2021-12-23 22:27:47rouiljsetmessageid: <1640298467.72.0.496264365191.issue2551185@roundup.psfhosted.org>
2021-12-23 22:27:47rouiljsetrecipients: + rouilj
2021-12-23 22:27:47rouiljlinkissue2551185 messages
2021-12-23 22:27:47rouiljcreate