jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/566112 )
Change subject: [tests] Make last scripts test work ......................................................................
[tests] Make last scripts test work
The package name is python-stdnum but module identifier is stdnum only.
Bug: T243169 Change-Id: I47c7923a009d87af2e0a6e17723149c6772ebc8e --- M tests/script_tests.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/script_tests.py b/tests/script_tests.py index 8f5db09..e7cff05 100644 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -24,7 +24,7 @@ script_deps = { 'flickrripper': ['flickrapi', 'PIL'], 'imageharvest': ['bs4'], - 'isbn': ['python-stdnum'], + 'isbn': ['stdnum'], 'match_images': ['PIL.Image'], 'states_redirect': ['pycountry'], 'patrol': ['mwparserfromhell'],
pywikibot-commits@lists.wikimedia.org