Skip to content

Commit 2120c62

Browse files
author
Matthias Koeppe
committed
build/pkgs/python3/distros: Add setuptools packages
1 parent a2fc656 commit 2120c62

File tree

9 files changed

+8
-2
lines changed

9 files changed

+8
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
python3.12
22
python3.12-dev
3-
python3.12-distutils
43
python3.12-venv

build/pkgs/python3/distros/alpine.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
python3-dev
2+
py3-setuptools

build/pkgs/python3/distros/debian.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python3
22
libpython3-dev
3-
python3-distutils
3+
python3-setuptools
44
python3-venv

build/pkgs/python3/distros/fedora.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
python3-devel
2+
python-setuptools
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
lang/python
2+
devel/py-setuptools
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# This installs /usr/local/bin/python3 -> python3.9
22
python3
3+
python-setuptools
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
python310
2+
py-setuptools
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
python3${PYTHON_MINOR}-devel
2+
python3${PYTHON_MINOR}-setuptools

build/pkgs/python3/distros/void.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
python3-devel
2+
python3-setuptools

0 commit comments

Comments
 (0)