Changeset - 13d1fc32125b
[Not reviewed]
default
0 3 0
drewp@bigasterisk.com - 3 years ago 2022-06-02 18:50:28
drewp@bigasterisk.com
pkg deps tweaks for ubuntu 22.04
3 files changed with 7 insertions and 3 deletions:
0 comments (0 inline, 0 general)
.pdm.toml
Show inline comments
 
[python]
 
path = "/usr/bin/python3.9"
 
path = "/usr/bin/python3.10"
makefile
Show inline comments
 
@@ -6,15 +6,19 @@ packages:
 
		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 \
pyproject.toml
Show inline comments
 
@@ -24,7 +24,7 @@ dependencies = [
 
    "rdflib",
 
    "requests",
 
    "rx",
 
    "scipy",
 
#    "scipy",
 
    "service_identity",
 
    "statprof",
 
    "toposort",
0 comments (0 inline, 0 general)