From 7c59acba5699c9c58090a7a738669669a7307023 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Aug 2021 23:14:26 +0100 Subject: gentoo resync : 21.08.2021 --- .../files/django-mptt-0.13-test-install.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-python/django-mptt/files/django-mptt-0.13-test-install.patch (limited to 'dev-python/django-mptt/files/django-mptt-0.13-test-install.patch') diff --git a/dev-python/django-mptt/files/django-mptt-0.13-test-install.patch b/dev-python/django-mptt/files/django-mptt-0.13-test-install.patch new file mode 100644 index 000000000000..886d5c6e4ebd --- /dev/null +++ b/dev-python/django-mptt/files/django-mptt-0.13-test-install.patch @@ -0,0 +1,26 @@ +From 6bc5860575d491e8cf1edbabee7b07f1c072bdba Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= +Date: Sat, 21 Aug 2021 09:45:45 +0200 +Subject: [PATCH] Do not install tests.myapp + +Fix options.packages.find.exclude to cover subpackages of "tests" +recursively. Otherwise, tests.myapp is installed. +--- + setup.cfg | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/setup.cfg b/setup.cfg +index b4094dc..b8ebee3 100644 +--- a/setup.cfg ++++ b/setup.cfg +@@ -44,6 +44,7 @@ tests = + [options.packages.find] + exclude = + tests ++ tests.* + myapp + + [flake8] +-- +2.33.0 + -- cgit v1.2.3