osmcode / pyosmium

Python bindings for libosmium
https://osmcode.org/pyosmium
BSD 2-Clause "Simplified" License
318 stars 65 forks source link

Handle variations in how setuptools names the build directory #206

Closed tomhughes closed 2 years ago

tomhughes commented 2 years ago

Fixes #205

lonvia commented 2 years ago

Thanks, but the glob approach will give strange error messages when the build directory is missing completely. I've pushed a version that supports the new (and the old) setuptools directory name pattern. Can you give it a try if it works for you?

tomhughes commented 2 years ago

Thanks. I've done a scratch build on Fedora with that patch (https://koji.fedoraproject.org/koji/taskinfo?taskID=90094501) and it looks good.