diff options
| author | Dominic Sacré <dominic.sacre@gmx.de> | 2015-07-28 16:58:37 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 22:24:18 +0100 |
| commit | b5e9dbbe8245f47d2d3d77f219a2d30a48e1918b (patch) | |
| tree | ced58e083aa352525edd5818d36d5e5a1ac03b92 /scripts/contrib/python | |
| parent | 0b69680a3385aeac76311ba4301fd5149dc2c1ad (diff) | |
| download | poky-b5e9dbbe8245f47d2d3d77f219a2d30a48e1918b.tar.gz | |
python3: remove 2to3 symlink from package python3-2to3
The 2to3 symlink conflicts with its Python 2 equivalent in package
python-2to3.
The Python 3 version of the tool is still available as 2to3-3.4.
(From OE-Core rev: ff3633fa6a379d502f65b20d6a57d30c59f09ab6)
Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib/python')
| -rwxr-xr-x | scripts/contrib/python/generate-manifest-3.4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.4.py b/scripts/contrib/python/generate-manifest-3.4.py index 42c851c11a..06eecdc5d0 100755 --- a/scripts/contrib/python/generate-manifest-3.4.py +++ b/scripts/contrib/python/generate-manifest-3.4.py | |||
| @@ -194,7 +194,7 @@ if __name__ == "__main__": | |||
| 194 | "${datadir}/pkgconfig " ) | 194 | "${datadir}/pkgconfig " ) |
| 195 | 195 | ||
| 196 | m.addPackage( "${PN}-2to3", "Python automated Python 2 to 3 code translator", "${PN}-core", | 196 | m.addPackage( "${PN}-2to3", "Python automated Python 2 to 3 code translator", "${PN}-core", |
| 197 | "${bindir}/2to3 lib2to3" ) # package | 197 | "lib2to3" ) # package |
| 198 | 198 | ||
| 199 | m.addPackage( "${PN}-idle", "Python Integrated Development Environment", "${PN}-core ${PN}-tkinter", | 199 | m.addPackage( "${PN}-idle", "Python Integrated Development Environment", "${PN}-core ${PN}-tkinter", |
| 200 | "${bindir}/idle idlelib" ) # package | 200 | "${bindir}/idle idlelib" ) # package |
