canonical / chisel-releases

35 stars 50 forks source link

feat(24.04): add python3-pip slices #356

Open rebornplusplus opened 4 days ago

rebornplusplus commented 4 days ago

This PR adds the python3-pip slices and it's dependencies.

github-actions[bot] commented 4 days ago

Diff of dependencies:

slices/python3-pip.yaml ```diff @@ -1,4 +1,3 @@ ca-certificates -python3 python3-setuptools python3-wheel ```
slices/python3-pkg-resources.yaml ```diff @@ -1 +0,0 @@ -python3 ```
slices/python3-setuptools.yaml ```diff @@ -1,2 +1 @@ -python3 python3-pkg-resources ```
slices/python3-wheel.yaml ```diff @@ -1 +0,0 @@ -python3 ```