FreeTakServer icon indicating copy to clipboard operation
FreeTakServer copied to clipboard

Bump PyYAML 6.0 -> 6.0.1

Open erentar opened this issue 1 year ago • 1 comments

pip install fails on PyYAML==6.0 See for yourself with the following dockerfile:

from fedora
run dnf install python3-pip -y
run pip install PyYAML==6.0

erentar avatar Mar 01 '24 00:03 erentar

For the record, this is what i have run to build my own image:

from fedora
run dnf update -y
run sudo dnf group install "Development Tools" "C Development Tools and Libraries" -y
run dnf install python3-pip cairo-devel python3-devel -y
run pip install wheel pycairo
run pip install FreeTAKServer[ui]

erentar avatar Mar 01 '24 00:03 erentar

@nir2602 I suppose we can merge this?

brothercorvo avatar Apr 21 '24 19:04 brothercorvo

@nir2602 I suppose we can merge this?

yes we can merge it, there are no major changes between the two versions.

nir2602 avatar Apr 24 '24 23:04 nir2602