Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:49 +03:00
parent 8620518a12
commit 2f8c60f44f
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-pyinotify
description: Python module for monitoring filesystems events with inotify on Linux
version: 0.9.6
revision: 1
url: https://github.com/seb-m/pyinotify
license: MIT
architecture: any
depends: ["python3"]
make_depends: ["python-setuptools"]
output_architecture: any
type: source
depends:
- python3
make_depends:
- python-setuptools