[elbe-devel] [PATCH 1/2] debian: package egg-info
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Tue Apr 9 15:59:08 CEST 2024
The egg-info directory contains metadata files.
There are used by importlib for discovery and should also be installed
as part of the Debian package.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
debian/python3-elbe-bin.install | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/python3-elbe-bin.install b/debian/python3-elbe-bin.install
index 6c6f640558b5..c39a83debc5d 100644
--- a/debian/python3-elbe-bin.install
+++ b/debian/python3-elbe-bin.install
@@ -19,3 +19,4 @@
./usr/lib/python3.*/*-packages/elbepack/commands/validate.py
./usr/lib/python3.*/*-packages/elbepack/commands/xsdtoasciidoc.py
./usr/lib/python3.*/*-packages/elbepack/xsdtoasciidoc.mako
+./usr/lib/python3.*/*-packages/elbe-*.egg-info/*
--
2.44.0
More information about the elbe-devel
mailing list