Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
name: python-pip
|
||||
description: The Python package installer
|
||||
version: 25.0.1
|
||||
revision: 1
|
||||
url: https://github.com/pypa/pip
|
||||
license: MIT
|
||||
architecture: any
|
||||
depends: ["python3"]
|
||||
make_depends: ["python-build","python-installer","python-setuptools","python-wheel"]
|
||||
output_architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- python3
|
||||
make_depends:
|
||||
- python-build
|
||||
- python-installer
|
||||
- python-setuptools
|
||||
- python-wheel
|
||||
|
||||
Reference in New Issue
Block a user