Skip to content

fix: Adds setuptools dependency#122

Open
fuzzkat wants to merge 1 commit intosinger-io:masterfrom
ClickMechanic:add_missing_setuptools_dependency
Open

fix: Adds setuptools dependency#122
fuzzkat wants to merge 1 commit intosinger-io:masterfrom
ClickMechanic:add_missing_setuptools_dependency

Conversation

@fuzzkat
Copy link
Copy Markdown

@fuzzkat fuzzkat commented Oct 16, 2025

Description of change

As referenced in python/cpython#101039 the setuptools dependency is no longer bundled automatically. Presumably it used to be pulled in with venv.

This pull request should fix #115

Manual QA steps

The issue can be reproduced by following these steps on master branch in a clean environment;

python3.13 -m venv venv
source venv/bin/activate
pip install tap-bing-ads
tap-bing-ads --help 

On this branch the help should be displayed.

Risks

  • None, the library used to be included

Rollback steps

  • revert this branch

This used to be part of Python but has been removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make runtime dependency on pkg_resources explicit

1 participant