Files
packages/lang/python/python-pypubsub/patches/002-exclude-contrib-from-install.patch
T
Alexandru Ardelean bff9781478 python-pypubsub: update to 4.0.7
- bump 4.0.3 -> 4.0.7
- add python-setuptools-scm/host to PKG_BUILD_DEPENDS
- add test.sh

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-04-17 19:06:09 +03:00

8 lines
177 B
Diff

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -62,3 +62,4 @@ pubsub = ["LICENSE_BSD_Simple.txt", "REL
[tool.setuptools.packages.find]
where = ["src"]
+exclude = ["contrib*"]