Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:48 +03:00
parent 5388306915
commit 81f89527db
2 changed files with 6 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+6 -2
View File
@@ -1,9 +1,13 @@
name: python-installer
description: A low-level library for installing from a Python wheel distribution
version: 0.7.0
revision: 1
url: https://github.com/pypa/installer
license: MIT
architecture: any
depends: ["python3"]
make_depends: ["python-flit-core"]
output_architecture: any
type: source
depends:
- python3
make_depends:
- python-flit-core