python-mapnik
python-mapnik copied to clipboard
Don't require dependencies to be installed when clean target is executed.
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).