Skip to content

Commit

Permalink
edgedb: Add build dependency on libprotobuf-c (for libpg_query stuff)
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Nov 15, 2024
1 parent 42eb7db commit 6f20e50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions edgedbpkg/edgedb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from edgedbpkg.pgext import pgvector
from edgedbpkg import python as python_bundle
from edgedbpkg import pyentrypoint
from edgedbpkg import libprotobuf_c

if TYPE_CHECKING:
from cleo.io import io as cleo_io
Expand Down Expand Up @@ -116,6 +117,7 @@ class EdgeDB(packages.BundledPythonPackage):
"pgext-pgvector (~= 0.7.0)",
"pyentrypoint (>=1.0.0)",
"pypkg-setuptools (<70.2.0)",
"libprotobuf-c-dev (>=1.5.0)", # for libpg_query
],
}

Expand All @@ -131,6 +133,7 @@ class EdgeDB(packages.BundledPythonPackage):
pgvector.PgVector("v0.4.2"),
pgvector.PgVector("v0.6.0"),
pgvector.PgVector("v0.7.4"),
libprotobuf_c.LibProtoBufC("1.5.0"),
]

@classmethod
Expand Down

0 comments on commit 6f20e50

Please sign in to comment.