[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Patch for pyqtdeploy python component
From:       Patrick Stinson <patrickkidd () gmail ! com>
Date:       2020-10-12 22:06:48
Message-ID: 53A978A7-00BD-46A3-B061-972C4E3E3747 () gmail ! com
[Download RAW message or body]

Phil,

The following fix removes the ctypes dependency from Python:uuid for iOS, because \
types obviously is not included for iOS.

    'uuid': (
        PythonModule(max_version=(3, 6),
                deps=('hashlib', 'os', 'random', 're', 'shutil', 'socket',
                        'subprocess', 'time')),
        PythonModule(min_version=(3, 7),
                deps=('linux|macos|win#ctypes', 'enum', 'hashlib', 'os', 'random', \
'shutil',  'socket', 'subprocess', 'time', 'ios|macos#_uuid',
                        'warnings'))),

By the way, what is the best way to submit patches? Keep doing this?

-Patrick=


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic