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

Bonfire needs to declare its dependency on setuptools #359

Open
awood opened this issue Apr 3, 2024 · 0 comments
Open

Bonfire needs to declare its dependency on setuptools #359

awood opened this issue Apr 3, 2024 · 0 comments

Comments

@awood
Copy link
Contributor

awood commented Apr 3, 2024

After upgrading from F38 to F39, I bumped into the following

Traceback (most recent call last):                                                                        
  File "/home/awood/devel/rhsm-subscriptions/.venv/bin/bonfire", line 5, in <module>                      
    from bonfire.bonfire import main_with_handler                                                         
  File "/home/awood/devel/rhsm-subscriptions/.venv/lib/python3.12/site-packages/bonfire/bonfire.py", line 
14, in <module>                                                                                           
    import bonfire.config as conf                                                                         
  File "/home/awood/devel/rhsm-subscriptions/.venv/lib/python3.12/site-packages/bonfire/config.py", line 8
, in <module>                                                                                             
    from pkg_resources import resource_filename                                                           
ModuleNotFoundError: No module named 'pkg_resources'   

I did a pip install -U setuptools which fixed the problem, but I think bonfire needs to declare setuptools as a runtime dependency under 'projectrather that just abuild-system` dependency.

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

No branches or pull requests

1 participant