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 10:59:26 +0100 |
commit | ff3633fa6a379d502f65b20d6a57d30c59f09ab6 (patch) | |
tree | dd339a9b5c070f7f7d33fc97d6997433009484fc /scripts/contrib | |
parent | 9e01909f3239f0a88e20f12e65b6141e547b114a (diff) | |
download | openembedded-core-ff3633fa6a379d502f65b20d6a57d30c59f09ab6.tar.gz openembedded-core-ff3633fa6a379d502f65b20d6a57d30c59f09ab6.tar.bz2 openembedded-core-ff3633fa6a379d502f65b20d6a57d30c59f09ab6.zip |
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.
Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib')
-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__": "${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 |