diff options
Diffstat (limited to 'dev-python/aiohttp/files/aiohttp-3.8.0-examples.patch')
| -rw-r--r-- | dev-python/aiohttp/files/aiohttp-3.8.0-examples.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/aiohttp/files/aiohttp-3.8.0-examples.patch b/dev-python/aiohttp/files/aiohttp-3.8.0-examples.patch new file mode 100644 index 000000000000..ed3f38f68fe4 --- /dev/null +++ b/dev-python/aiohttp/files/aiohttp-3.8.0-examples.patch @@ -0,0 +1,27 @@ +From bc142f906b3e7c63f0b1492fe3eacb7f00e9fb89 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> +Date: Mon, 1 Nov 2021 12:37:40 +0100 +Subject: [PATCH] Fix setup.cfg not to install "examples" top-level package + +--- + setup.cfg | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/setup.cfg b/setup.cfg +index 491df546..fa82b6b4 100644 +--- a/setup.cfg ++++ b/setup.cfg +@@ -62,6 +62,10 @@ speedups = + Brotli + cchardet + ++[options.packages.find] ++exclude = ++ examples ++ + [options.package_data] + # Ref: + # https://setuptools.readthedocs.io/en/latest/setuptools.html#options +-- +2.33.1 + |
