Skip to content

Commit ea92dc2

Browse files
committed
pip: Update system packages based on fdsdk 25.08
1 parent a38a49a commit ea92dc2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pip/flatpak-pip-generator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,14 +548,12 @@ def get_flatpak_runtime_scope(runtime: str) -> str:
548548
# Python3 packages that come as part of org.freedesktop.Sdk.
549549
system_packages = [
550550
"cython",
551-
"easy_install",
552551
"mako",
553552
"markdown",
554553
"meson",
554+
"packaging",
555555
"pip",
556-
"pygments",
557556
"setuptools",
558-
"six",
559557
"wheel",
560558
]
561559

0 commit comments

Comments
 (0)