generated from aboutcode-org/skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
python-inspector is missing some dependencies when used with --python-version 27
.
Test project used: https://github.com/spdx/tools-python/tree/a48022e65a8897d0e4f2e93d8e53695d2c13ea23
When running pip install
with Python 2.7 on this project the following packages are installed:
Successfully installed isodate-0.6.1 ply-3.11 pyparsing-2.4.7 rdflib-5.0.0 six-1.16.0 spdx-tools-0.5.4
But running python-inspector --python-version 27 setup.py
only returns:
[
{
"key": "ply",
"package_name": "ply",
"installed_version": "3.11",
"dependencies": []
},
{
"key": "rdflib",
"package_name": "rdflib",
"installed_version": "5.0.0",
"dependencies": []
},
{
"key": "six",
"package_name": "six",
"installed_version": "1.16.0",
"dependencies": []
}
]
So isodate-0.6.1 and pyparsing-2.4.7 are missing from the output.
Metadata
Metadata
Assignees
Labels
No labels