Skip to content

Commit 0c9c9f7

Browse files
committed
build: fix dependencies
Rollback blake3 until we find how to build the debian package.
1 parent 6394b45 commit 0c9c9f7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Diff for: .cds/versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export DEB_SNAPSHOT="20230601-21h42m26s"
22
export FDB_VERSION="6.3.23"
33
export GO_PACKAGE="go-1.23.4-ovh1645"
4-
export PYPI_SNAPSHOT="20250101-21h42m01s"
5-
export PYTHON_PACKAGE="python-3.7.15-ovh161"
4+
export PYPI_SNAPSHOT="20231114-21h42m01s"
5+
export PYTHON_PACKAGE="python-3.7.17-ovh202"
66
export RUST_VERSION="1.80"
77
export ZOOKEEPER_PACKAGE="obsto-zookeeper-3.7.2-ovh1635"

Diff for: debian/control.in

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Build-Depends:
99
cmake,
1010
wget,
1111
ca-certificates,
12-
go-1.22.1-ovh1508,
13-
obsto-zookeeper-3.7.1-ovh1033,
12+
cargo-1.80,
13+
go-1.23.4-ovh1645,
14+
obsto-zookeeper-3.7.2-ovh1635,
1415
python-3.7.15-ovh161,
1516
flex,
1617
bison,

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://pypi.org/simple
22

3-
blake3~=1.0.1
3+
blake3~=0.3.4
44
cliff~=3.10.1
55
confluent_kafka~=2.3.0
66
eventlet~=0.33.0

0 commit comments

Comments
 (0)