Skip to content

Missing dependencies for Python 2.7 #62

@mnonnenmacher

Description

@mnonnenmacher

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions