Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinx


Commits:
36ef309c by Eric Long at 2024-09-05T03:56:36+00:00
Add missing checkdepends python-typing_extensions

Currently building sphinx fails:

```
=================================== FAILURES ===================================
_____________________________ test_restify_Unpack ______________________________

    def test_restify_Unpack():
>       from typing_extensions import Unpack as UnpackCompat
E       ModuleNotFoundError: No module named 'typing_extensions'

tests/test_util/test_util_typing.py:338: ModuleNotFoundError
```
- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -37,6 +37,7 @@ checkdepends=(
   python-defusedxml
   python-pytest
   python-setuptools
+  python-typing_extensions
   texlive-{fontsextra,fontsrecommended,latexextra,luatex,xetex}
 )
 optdepends=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx/-/commit/36ef309cd77b126953c95f005820575ff7c60c71

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx/-/commit/36ef309cd77b126953c95f005820575ff7c60c71
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to