Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:50 +03:00
parent 8637b48b8a
commit ae84253ca2
2 changed files with 12 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+12 -2
View File
@@ -1,9 +1,19 @@
name: python-pytest
description: Framework writing small and readable python tests
version: 8.4.2
revision: 1
url: https://docs.pytest.org/en/stable/
license: MIT
architecture: any
depends: ["python-iniconfig","python-packaging","python-pluggy"]
make_depends: ["python-build","python-installer","python-setuptools","python-setuptools-scm","python-wheel"]
output_architecture: any
type: source
depends:
- python-iniconfig
- python-packaging
- python-pluggy
make_depends:
- python-build
- python-installer
- python-setuptools
- python-setuptools-scm
- python-wheel