Skip to content

setup.py script dependency on pywin32 breaks on Mac #339

@kmcquade

Description

@kmcquade

I believe the setup.py modifications and kerberos integration introduced starting with this commit broke things for me. This includes the updated master branch.

See the output from the failed pip3 install below.

Collecting pywin32 (from kerberos-sspi->atlassian-python-api->-r requirements.txt (line 2))
  Could not find a version that satisfies the requirement pywin32 (from kerberos-sspi->atlassian-python-api->-r requirements.txt (line 2)) (from versions: )
No matching distribution found for pywin32 (from kerberos-sspi->atlassian-python-api->-r requirements.txt (line 2))

I had to put this in requirements.txt to make it work (note: the commit I am referring to is pre-Kerberos integration):

git+https://github.com/atlassian-api/atlassian-python-api@e14475ed3aca9de71c8a8954911d8c7a2a3942ea#egg=atlassian-python-api

I have a workaround right now but please fix. Thanks

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