Fix dependencies

This commit is contained in:
2025-10-18 18:33:26 +03:00
parent ae84253ca2
commit 2a4a5453ae
+2 -1
View File
@@ -1,7 +1,7 @@
name: python-pytest name: python-pytest
description: Framework writing small and readable python tests description: Framework writing small and readable python tests
version: 8.4.2 version: 8.4.2
revision: 1 revision: 2
url: https://docs.pytest.org/en/stable/ url: https://docs.pytest.org/en/stable/
license: MIT license: MIT
architecture: any architecture: any
@@ -11,6 +11,7 @@ depends:
- python-iniconfig - python-iniconfig
- python-packaging - python-packaging
- python-pluggy - python-pluggy
- python-pygments
make_depends: make_depends:
- python-build - python-build
- python-installer - python-installer