- Switch to pyproject macros.

- Stop using libdir macro, which now doesn't return /usr/lib64.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Rtree?expand=0&rev=6
This commit is contained in:
2025-02-14 03:18:09 +00:00
committed by Git OBS Bridge
commit ba6159f30a
8 changed files with 203 additions and 0 deletions

2
python-Rtree-rpmlintrc Normal file
View File

@@ -0,0 +1,2 @@
# pure python package does not link but access it via ctypes
addFilter("explicit-lib-dependency libspatialindex")