]> arthur.barton.de Git - ansible-collection-boilerplate.git/commit
Makefile.boilerplate: Let Python "venv targets" depend on "requirements.txt"
authorAlexander Barton <alex@barton.de>
Sat, 29 Jul 2023 16:33:45 +0000 (18:33 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 29 Jul 2023 17:00:39 +0000 (19:00 +0200)
commitd56b65f156bb19a9e76f2a5b3de9e6a97e65db65
treeaa7335f3de85493be858abddd4c68ade3b81175d
parentff56f2cd2d1c295fa6932f78b43dd2fe4bb2fe07
Makefile.boilerplate: Let Python "venv targets" depend on "requirements.txt"

This allows dependent projects to actually provide a Makefile target to
generate the "requirements.txt" from an other package manager.

With this change, both the "this_makefile_path" and "this_dir" variables
are no longer used (never have been?) and therefore have been removed.
Makefile.boilerplate