Skip to content
Snippets Groups Projects
Commit c20cf1c4 authored by Leo's avatar Leo
Browse files

community/qutebrowser: drop dependency on py3-importlib-resurces

importlib_resources is superseded by upstream python3 having
importlib.resources which qutebrowser uses

code in question:

```python3
if sys.version_info >= (3, 9):
    import importlib.resources as importlib_resources
else:  # pragma: no cover
    import importlib_resources
```
parent fe1db832
No related branches found
No related tags found
1 merge request!21034community/qutebrowser: drop dependency on py3-importlib-resurces
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment