Skip to content

Commit

Permalink
include required additional packages to support Fedora 39 packages
Browse files Browse the repository at this point in the history
Fedora 39 requires the ability to compile during the installation of
some packages, so include the `python3-dev` package. Additionally,
ensure the `pyasyncore` package is included when installing the
Fedora 39 packages.
  • Loading branch information
nicois committed Apr 14, 2024
1 parent cc9a0cb commit 8bc03d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build-dep-fedora:

.PHONY: build-dep-ubuntu
build-dep-ubuntu:
sudo sh -c 'apt-get update && apt-get install -y git libsnappy-dev python3-pip python3-psycopg2 protobuf-compiler'
sudo sh -c 'apt-get update && apt-get install -y git libsnappy-dev python3-pip python3-psycopg2 protobuf-compiler python3-dev'

.PHONY: test-dep-ubuntu
test-dep-ubuntu:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ f39 = [
"msgspec == 0.18.6",
"kazoo == 2.8.0",
"protobuf == 3.19.6",
"pyasyncore == 1.0.2",
"pydantic == 1.10.14",
"pyyaml == 6.0.1",
"requests == 2.28.2",
Expand Down

0 comments on commit 8bc03d5

Please sign in to comment.