Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:49 +03:00
parent 85750f2f68
commit ce2e18c6d5
2 changed files with 9 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+9 -2
View File
@@ -1,9 +1,16 @@
name: python-pip name: python-pip
description: The Python package installer description: The Python package installer
version: 25.0.1 version: 25.0.1
revision: 1
url: https://github.com/pypa/pip url: https://github.com/pypa/pip
license: MIT license: MIT
architecture: any architecture: any
depends: ["python3"] output_architecture: any
make_depends: ["python-build","python-installer","python-setuptools","python-wheel"]
type: source type: source
depends:
- python3
make_depends:
- python-build
- python-installer
- python-setuptools
- python-wheel