Skip to content

Commit

Permalink
Merge branch 'ubuntu-22.04' into ROCKS-994-openssl_data-slice-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijie-yang authored Jun 27, 2024
2 parents a954705 + ff34d1f commit 58eaafd
Show file tree
Hide file tree
Showing 6 changed files with 663 additions and 2 deletions.
121 changes: 121 additions & 0 deletions slices/libpython3.10-minimal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
package: libpython3.10-minimal

# Most of the python3.10 standard libraries are split into
# two major packages:
# - libpython3.10-minimal (this one)
# - libpython3.10-stdlib
# While the libpython3.10-stdlib package has been chiselled logically
# into granular slices, the same hasn't been done for this package.
# The reason is simple, the libraries in this package are tightly
# dependent upon each other.
essential:
- libpython3.10-minimal_copyright

slices:
config:
contents:
/etc/python3.10/sitecustomize.py:

libs:
essential:
- libc6_libs
- libpython3.10-minimal_config
- libssl3_libs
contents:
/usr/lib/python3.10/__future__.py:
/usr/lib/python3.10/_collections_abc.py:
/usr/lib/python3.10/_compat_pickle.py:
/usr/lib/python3.10/_py_abc.py:
/usr/lib/python3.10/_sitebuiltins.py:
/usr/lib/python3.10/_strptime.py:
/usr/lib/python3.10/_sysconfigdata__*-linux-*.py:
/usr/lib/python3.10/_threading_local.py:
/usr/lib/python3.10/_weakrefset.py:
/usr/lib/python3.10/abc.py:
/usr/lib/python3.10/argparse.py:
/usr/lib/python3.10/ast.py:
/usr/lib/python3.10/base64.py:
/usr/lib/python3.10/bisect.py:
/usr/lib/python3.10/calendar.py:
/usr/lib/python3.10/codecs.py:
/usr/lib/python3.10/collections/**:
/usr/lib/python3.10/compileall.py:
/usr/lib/python3.10/configparser.py:
/usr/lib/python3.10/contextlib.py:
/usr/lib/python3.10/copy.py:
/usr/lib/python3.10/copyreg.py:
/usr/lib/python3.10/csv.py:
/usr/lib/python3.10/datetime.py:
/usr/lib/python3.10/dis.py:
/usr/lib/python3.10/email/**:
/usr/lib/python3.10/encodings/**:
/usr/lib/python3.10/enum.py:
/usr/lib/python3.10/filecmp.py:
/usr/lib/python3.10/fnmatch.py:
/usr/lib/python3.10/functools.py:
/usr/lib/python3.10/genericpath.py:
/usr/lib/python3.10/getopt.py:
/usr/lib/python3.10/glob.py:
/usr/lib/python3.10/hashlib.py:
/usr/lib/python3.10/heapq.py:
/usr/lib/python3.10/imp.py:
/usr/lib/python3.10/importlib/**:
/usr/lib/python3.10/inspect.py:
/usr/lib/python3.10/io.py:
/usr/lib/python3.10/ipaddress.py:
/usr/lib/python3.10/keyword.py:
/usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-*-linux-*.so:
/usr/lib/python3.10/lib-dynload/_opcode.cpython-310-*-linux-*.so:
/usr/lib/python3.10/lib-dynload/_ssl.cpython-310-*-linux-*.so:
/usr/lib/python3.10/linecache.py:
/usr/lib/python3.10/locale.py:
/usr/lib/python3.10/logging/**:
/usr/lib/python3.10/opcode.py:
/usr/lib/python3.10/operator.py:
/usr/lib/python3.10/optparse.py:
/usr/lib/python3.10/os.py:
/usr/lib/python3.10/pathlib.py:
/usr/lib/python3.10/pickle.py:
/usr/lib/python3.10/pkgutil.py:
/usr/lib/python3.10/platform.py:
/usr/lib/python3.10/posixpath.py:
/usr/lib/python3.10/py_compile.py:
/usr/lib/python3.10/quopri.py:
/usr/lib/python3.10/random.py:
/usr/lib/python3.10/re.py:
/usr/lib/python3.10/reprlib.py:
/usr/lib/python3.10/runpy.py:
/usr/lib/python3.10/selectors.py:
/usr/lib/python3.10/signal.py:
/usr/lib/python3.10/site.py:
/usr/lib/python3.10/sitecustomize.py:
/usr/lib/python3.10/socket.py:
/usr/lib/python3.10/sre_compile.py:
/usr/lib/python3.10/sre_constants.py:
/usr/lib/python3.10/sre_parse.py:
/usr/lib/python3.10/ssl.py:
/usr/lib/python3.10/stat.py:
/usr/lib/python3.10/string.py:
/usr/lib/python3.10/stringprep.py:
/usr/lib/python3.10/struct.py:
/usr/lib/python3.10/subprocess.py:
/usr/lib/python3.10/sysconfig.py:
/usr/lib/python3.10/tempfile.py:
/usr/lib/python3.10/textwrap.py:
/usr/lib/python3.10/threading.py:
/usr/lib/python3.10/token.py:
/usr/lib/python3.10/tokenize.py:
/usr/lib/python3.10/traceback.py:
/usr/lib/python3.10/tracemalloc.py:
/usr/lib/python3.10/types.py:
/usr/lib/python3.10/typing.py:
/usr/lib/python3.10/urllib/**:
/usr/lib/python3.10/uu.py:
/usr/lib/python3.10/warnings.py:
/usr/lib/python3.10/weakref.py:
/usr/lib/python3.10/zipfile.py:
/usr/lib/python3.10/zipimport.py:

copyright:
contents:
/usr/share/doc/libpython3.10-minimal/copyright:
Loading

0 comments on commit 58eaafd

Please sign in to comment.