diff --git a/tests/package/test_manifest.py b/tests/package/test_manifest.py index 0c89e012..884d6af0 100644 --- a/tests/package/test_manifest.py +++ b/tests/package/test_manifest.py @@ -628,7 +628,8 @@ def test_package_json_schema(): "name": "tool-scons", "description": "SCons software construction tool", "keywords": "SCons, build", - "url": "http://www.scons.org", + "homepage": "http://www.scons.org", + "system": ["linux_armv6l", "linux_armv7l", "linux_armv8l"], "version": "3.30101.0" } """ @@ -645,6 +646,7 @@ def test_package_json_schema(): "description": "SCons software construction tool", "keywords": ["scons", "build"], "homepage": "http://www.scons.org", + "system": ["linux_armv6l", "linux_armv7l", "linux_armv8l"], "version": "3.30101.0", }, )