mostly remove php-cgi requirement

This is now only needed for BDD tests against the php API.
This commit is contained in:
Sarah Hoffmann
2023-07-26 00:10:11 +02:00
parent f69fea4210
commit d545c6d73c
11 changed files with 3 additions and 22 deletions

View File

@@ -7,6 +7,6 @@ sys.path.append('@PROJECT_SOURCE_DIR@')
from nominatim.cli import get_set_parser
def get_parser():
parser = get_set_parser(phpcgi_path='@PHPCGI_BIN@')
parser = get_set_parser()
return parser.parser