From 1771bfd1a78b800d707963707c687fce63684136 Mon Sep 17 00:00:00 2001 From: Bob Cochran Date: Fri, 31 Mar 2017 22:38:13 -0400 Subject: python: remove stale link to "Python for Embedded Systems Site" Reference url is a stale, non existent site that returns a 404, so get rid of it Change impacts both the manifest files and the scripts that generate the manifests Run the following from within recipes-devtools/python ../../../scripts/contrib/python/generate-manifest-2.7.py > python-2.7-manifest.inc ../../../scripts/contrib/python/generate-manifest-2.7.py -n > python-native-2.7-manifest.inc ../../../scripts/contrib/python/generate-manifest-3.5.py > python-3.5-manifest.inc ../../../scripts/contrib/python/generate-manifest-3.5.py -n > python-native-3.5-manifest.inc (From OE-Core rev: ae13f580b759211c1a6b59a276f75d589f1db11c) Signed-off-by: Bob Cochran Signed-off-by: Richard Purdie --- scripts/contrib/python/generate-manifest-2.7.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/contrib/python/generate-manifest-2.7.py') diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index b5941a035f..5504b62271 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py @@ -34,7 +34,6 @@ class MakefileMaker: self.out( """ # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. # Generator: '%s%s' Version %s (C) 2002-2010 Michael 'Mickey' Lauer -# Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy """ % ( sys.argv[0], ' --native' if isNative else '', __version__ ) ) # -- cgit v1.2.3-54-g00ecf