Bug 2183384 - certbot uses the deprecated pkg_resources
Summary: certbot uses the deprecated pkg_resources
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: certbot
Version: 39
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nick Bebout
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 2144132
TreeView+ depends on / blocked
 
Reported: 2023-03-31 00:11 UTC by Charalampos Stratakis
Modified: 2023-08-16 07:12 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github certbot certbot issues 9606 0 None open Stop using pkg_resources 2023-04-06 01:33:39 UTC

Description Charalampos Stratakis 2023-03-31 00:11:25 UTC
certbot fails to build with the latest setuptools version.

This report is automated and not very verbose, but we'll try to get back here with details.

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/cstratak/setuptools-67.5.1/fedora-rawhide-x86_64/05731266-certbot/

For all our attempts to build certbot with the latest setuptools, see:
https://copr.fedorainfracloud.org/coprs/cstratak/setuptools-67.5.1/package/certbot/

Let us know here if you have any questions.

Comment 1 Charalampos Stratakis 2023-04-19 14:18:53 UTC
Error:

+ /usr/bin/pytest -v
============================= test session starts ==============================
platform linux -- Python 3.11.3, pytest-7.2.2, pluggy-1.0.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /builddir/build/BUILD/certbot-2.5.0, configfile: pytest.ini
collecting ... collected 0 items / 1 error

==================================== ERRORS ====================================
________________________ ERROR collecting test session _________________________
/usr/lib64/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1206: in _gcd_import
    ???
<frozen importlib._bootstrap>:1178: in _find_and_load
    ???
<frozen importlib._bootstrap>:1149: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:690: in _load_unlocked
    ???
/usr/lib/python3.11/site-packages/_pytest/assertion/rewrite.py:168: in exec_module
    exec(co, module.__dict__)
certbot/_internal/tests/conftest.py:3: in <module>
    from certbot._internal import cli
certbot/_internal/cli/__init__.py:13: in <module>
    from certbot._internal import constants
certbot/_internal/constants.py:6: in <module>
    import pkg_resources
/usr/lib/python3.11/site-packages/pkg_resources/__init__.py:121: in <module>
    warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)
E   DeprecationWarning: pkg_resources is deprecated as an API
=========================== short test summary info ============================
ERROR .. - DeprecationWarning: pkg_resources is deprecated as an API
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.14s ===============================

Comment 2 Charalampos Stratakis 2023-04-19 14:19:57 UTC
Wrong copy paste. The actual error is:

+ /usr/bin/pytest -v
============================= test session starts ==============================
platform linux -- Python 3.11.3, pytest-7.2.2, pluggy-1.0.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /builddir/build/BUILD/certbot-2.5.0, configfile: pytest.ini
collecting ... collected 0 items / 1 error

==================================== ERRORS ====================================
________________________ ERROR collecting test session _________________________
/usr/lib64/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1206: in _gcd_import
    ???
<frozen importlib._bootstrap>:1178: in _find_and_load
    ???
<frozen importlib._bootstrap>:1149: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:690: in _load_unlocked
    ???
/usr/lib/python3.11/site-packages/_pytest/assertion/rewrite.py:168: in exec_module
    exec(co, module.__dict__)
certbot/_internal/tests/conftest.py:3: in <module>
    from certbot._internal import cli
certbot/_internal/cli/__init__.py:13: in <module>
    from certbot._internal import constants
certbot/_internal/constants.py:6: in <module>
    import pkg_resources
/usr/lib/python3.11/site-packages/pkg_resources/__init__.py:121: in <module>
    warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)
E   DeprecationWarning: pkg_resources is deprecated as an API
=========================== short test summary info ============================
ERROR .. - DeprecationWarning: pkg_resources is deprecated as an API
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.14s ===============================

Comment 3 Charalampos Stratakis 2023-04-19 15:47:07 UTC
Workaround: https://src.fedoraproject.org/rpms/certbot/pull-request/9

Comment 4 Charalampos Stratakis 2023-04-20 17:58:33 UTC
I've pushed the workaround.

Keeping this bug open, as while this has been worked around and the package will not fail to build, the issue is still there.

Comment 5 Fedora Release Engineering 2023-08-16 07:12:50 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle.
Changing version to 39.


Note You need to log in before you can comment on or make changes to this bug.