Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit dependency on 'setuptools' #785

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

greschd
Copy link
Member

@greschd greschd commented Feb 6, 2023

Add an explicit dependency on setuptools. This is needed because the
pkg_resources module is used, which is provided by setuptools.

Closes #784.

Add an explicit dependency on 'setuptools'. This is needed because
the 'pkg_resources' module is used, which is provided by setuptools.
@codecov
Copy link

codecov bot commented Feb 6, 2023

Codecov Report

Merging #785 (9ea3816) into master (5a92a48) will decrease coverage by 0.18%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #785      +/-   ##
==========================================
- Coverage   88.64%   88.47%   -0.18%     
==========================================
  Files          72       72              
  Lines        8157     8157              
==========================================
- Hits         7231     7217      -14     
- Misses        926      940      +14     

@PProfizi PProfizi added the dependencies Related to package requirements label Feb 6, 2023
@PProfizi
Copy link
Contributor

PProfizi commented Feb 6, 2023

@greschd thx for the fix!

@greschd greschd merged commit d6ea144 into master Feb 6, 2023
@greschd greschd deleted the maint/add_setuptools_dependency branch February 6, 2023 14:28
@greschd
Copy link
Member Author

greschd commented Feb 6, 2023

Thanks for reviewing @PProfizi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to package requirements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependency on 'setuptools' is not declared
2 participants