Fix python cversion in metadata

puppet-python is now using the 2.1.1 version, so we should fix the
python version in metadata.

Change-Id: I68282fb3d792f93e96f7bf78c3bb83f6c8f4df9b
This commit is contained in:
ZhongShengping 2018-12-21 09:18:39 +08:00
parent c94ee3db1a
commit 1c137c9bd9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
},
{
"name": "puppet/python",
"version_requirement": ">=0.0.1 <2.0.0"
"version_requirement": ">=2.1.1 <3.0.0"
}
]
}