]> git.openstreetmap.org Git - nominatim.git/blobdiff - vagrant/Install-on-Ubuntu-18.sh
add typing extensions for Ubuntu22.04
[nominatim.git] / vagrant / Install-on-Ubuntu-18.sh
index 3537bcf4486c0050298cb4afe2499a91c318907a..b853cdb53204a508beb33335e033dff2c9edc75e 100755 (executable)
@@ -33,7 +33,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
 # Some of the Python packages that come with Ubuntu 18.04 are too old, so
 # install the latest version from pip:
 
 # Some of the Python packages that come with Ubuntu 18.04 are too old, so
 # install the latest version from pip:
 
-    pip3 install --user python-dotenv datrie pyyaml psycopg2-binary
+    pip3 install --user python-dotenv datrie pyyaml psycopg2-binary typing-extensions
 
 #
 # System Configuration
 
 #
 # System Configuration