mapnik / python-mapnik

Python bindings for mapnik
GNU Lesser General Public License v2.1
157 stars 90 forks source link

Don't require dependencies to be installed when clean target is executed. #275

Open sebastic opened 3 months ago

sebastic commented 3 months ago

The Debian package build executes python3 setup.py clean outside the build chroot where the dependencies are not guaranteed to be installed.

The build related code should only be executed when python3 setup.py <configure|build|test> is run (inside the build chroot).