update requires to use list; remove field (#1234)

This commit is contained in:
Christopher Angelo Phillips 2022-09-30 11:57:13 -04:00 committed by GitHub
parent b9b13d5525
commit dd7c654ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -20,8 +20,7 @@ type conanLock struct {
PackageID string `json:"package_id"`
Context string `json:"context"`
Prev string `json:"prev"`
Requires string `json:"requires"`
BuildRequires string `json:"build_requires"`
Requires []string `json:"requires"`
PythonRequires string `json:"py_requires"`
Options string `json:"options"`
Path string `json:"path"`

View File

@ -4,6 +4,7 @@
"0": {
"ref": "zlib/1.2.12",
"options": "fPIC=True\nshared=False",
"requires": [],
"path": "all/conanfile.py",
"context": "host"
}