mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0b69680a33
commit
b5e9dbbe82
@@ -194,7 +194,7 @@ if __name__ == "__main__":
|
||||
"${datadir}/pkgconfig " )
|
||||
|
||||
m.addPackage( "${PN}-2to3", "Python automated Python 2 to 3 code translator", "${PN}-core",
|
||||
"${bindir}/2to3 lib2to3" ) # package
|
||||
"lib2to3" ) # package
|
||||
|
||||
m.addPackage( "${PN}-idle", "Python Integrated Development Environment", "${PN}-core ${PN}-tkinter",
|
||||
"${bindir}/idle idlelib" ) # package
|
||||
|
||||
Reference in New Issue
Block a user