I am building a native macOS application from a Python program that uses wxPython (and ultimately wxWidgets) to present a GUI using py2app. However when I start the built .app, I get a permission prompt that says "<APP_NAME> would like to access your photos." However my app really has no special interest in the Photos directory. How do I get rid of this prompt?
In case it's useful, I'm testing on macOS 10.14 (Mojave).