python-mapnik icon indicating copy to clipboard operation
python-mapnik copied to clipboard

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

Open sebastic opened this issue 1 year ago • 0 comments

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).

sebastic avatar Apr 18 '24 17:04 sebastic