package/gesftpserver: fix build without Python
authorAndreas Naumann <anaumann@ultratronik.de>
Thu, 24 Jun 2021 12:32:37 +0000 (14:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 26 Jun 2021 13:03:16 +0000 (15:03 +0200)
commit422fd73fadfbe33523e1687f90bbfecd3f7ab5d5
tree82acad71cb9e686055d4de63455bf60276827134
parent4f8e7b388589888704f84dc17bb8d1146de668ab
package/gesftpserver: fix build without Python

The build of gesftserver in an environment without Python fails with:

checking for Python 2.4 or better... configure: error: cannot find Python 2.4 or better

However, it turns out that Python is only needed for tests, which we
don't run/use in Buildroot, so we can safely build gesftpserver
without Python.

Signed-off-by: Andreas Naumann <anaumann@ultratronik.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gesftpserver/gesftpserver.mk