#4094 closed defect (fixed)

RSB: pkgconfig.py uses python2 specific "unicode" keyword

Reported by: Stephen Clark Owned by: Stephen Clark <stephen.clark@…>
Priority: normal Milestone: 5.2
Component: tool/rsb Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

https://git.rtems.org/rtems-source-builder/tree/source-builder/sb/pkgconfig.py#n218 uses the unicode keyword which is python2 specific. This problem exists on both the 5 branch and the master.

Attachments (1)

0001-pkgconfig.py-Removed-use-of-unicode-keyword-for-pyth.patch (1.5 KB) - added by Stephen Clark on 09/25/20 at 21:47:24.
Patch for 5 branch

Download all attachments as: .zip

Change History (3)

Changed on 09/25/20 at 21:47:24 by Stephen Clark

Patch for 5 branch

comment:1 Changed on 09/26/20 at 01:00:05 by Stephen Clark <stephen.clark@…>

Owner: set to Stephen Clark <stephen.clark@…>
Resolution: fixed
Status: newclosed

In e32e184/rtems-source-builder:

pkgconfig.py: Removed use of "unicode" keyword for python3 compatibility

Closes #4094.

comment:2 Changed on 09/26/20 at 01:01:38 by Stephen Clark <stephen.clark@…>

In ed5030b/rtems-source-builder:

pkgconfig.py: Removed use of "unicode" keyword for python3 compatibility

Closes #4094.

Note: See TracTickets for help on using tickets.