diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-06-13 23:23:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-14 22:48:22 +0100 |
commit | ca9c738053090b410f71b0e4e483220f678f90ad (patch) | |
tree | 218c6807d4c9cd230dd64f86a4926fb330bb283d /meta/lib/oeqa/selftest/cases/devtool.py | |
parent | 9d9163d36f7830f7ddc5923d3a7cf3a9f1f47983 (diff) | |
download | poky-ca9c738053090b410f71b0e4e483220f678f90ad.tar.gz |
selftest/devtool: fix URI to MarkupSafe package
PyPi packages are now hosted at files.pythonhosted.org.
[YOCTO #13243]
(From OE-Core rev: 384e2c3765c77c29527a43f2e0bffbc41170eeb6)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/devtool.py')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 434a7b9dd4..904ff6988b 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
@@ -393,7 +393,7 @@ class DevtoolAddTests(DevtoolBase): | |||
393 | tempdir = tempfile.mkdtemp(prefix='devtoolqa') | 393 | tempdir = tempfile.mkdtemp(prefix='devtoolqa') |
394 | self.track_for_cleanup(tempdir) | 394 | self.track_for_cleanup(tempdir) |
395 | testver = '0.23' | 395 | testver = '0.23' |
396 | url = 'https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%s.tar.gz' % testver | 396 | url = 'https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-%s.tar.gz' % testver |
397 | testrecipe = 'python-markupsafe' | 397 | testrecipe = 'python-markupsafe' |
398 | srcdir = os.path.join(tempdir, testrecipe) | 398 | srcdir = os.path.join(tempdir, testrecipe) |
399 | # Test devtool add | 399 | # Test devtool add |