Skip to content

Commit

Permalink
Split between python3.10 and python3.11 and add python3.11 as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-schiano committed Jun 21, 2024
1 parent 5d1fcd2 commit 067ba7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slices/python3-distutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ slices:

python3-10:
essential:
- python3-lib2to3_libs
- python3-lib2to3_python3-10
contents:
/usr/lib/python3.10/distutils/*.py:
/usr/lib/python3.10/distutils/command/*.py:
Expand Down
7 changes: 6 additions & 1 deletion slices/python3-lib2to3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ essential:
- python3-lib2to3_copyright

slices:
libs:
python3-10:
contents:
/usr/lib/python3.10/lib2to3/**:
python3-11:
essential:
- python3.11_core
contents:
/usr/lib/python3.11/lib2to3/**:

copyright:
contents:
Expand Down

0 comments on commit 067ba7d

Please sign in to comment.