changeset 2110:13d1fc32125b

pkg deps tweaks for ubuntu 22.04
author drewp@bigasterisk.com
date Thu, 02 Jun 2022 18:50:28 +0000
parents 00dc570c3ba1
children bd443e4bff0d
files .pdm.toml makefile pyproject.toml
diffstat 3 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.pdm.toml	Thu Jun 02 18:49:45 2022 +0000
+++ b/.pdm.toml	Thu Jun 02 18:50:28 2022 +0000
@@ -1,2 +1,2 @@
 [python]
-path = "/usr/bin/python3.9"
+path = "/usr/bin/python3.10"
--- a/makefile	Thu Jun 02 18:49:45 2022 +0000
+++ b/makefile	Thu Jun 02 18:50:28 2022 +0000
@@ -6,15 +6,19 @@
 		coffeescript \
 		curl \
 		git \
+		libblas-dev \
+		libcairo2-dev \
 		libffi-dev \
 		libjpeg8-dev \
+		liblapack-dev \
 		libssl-dev \
 		libzmq3-dev \
+		mercurial \
 		nginx-core \
 		nginx-full \
 		normalize-audio \
 		npm \
-		python3-cairo \
+		python3-cairo-dev \
 		python3-dev \
 		python3-opencv \
 		python3-pygame \
--- a/pyproject.toml	Thu Jun 02 18:49:45 2022 +0000
+++ b/pyproject.toml	Thu Jun 02 18:50:28 2022 +0000
@@ -24,7 +24,7 @@
     "rdflib",
     "requests",
     "rx",
-    "scipy",
+#    "scipy",
     "service_identity",
     "statprof",
     "toposort",