From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- .../files/mollie-api-python-3.6.0-no-install-tests.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dev-python/mollie-api-python/files/mollie-api-python-3.6.0-no-install-tests.patch (limited to 'dev-python/mollie-api-python/files') diff --git a/dev-python/mollie-api-python/files/mollie-api-python-3.6.0-no-install-tests.patch b/dev-python/mollie-api-python/files/mollie-api-python-3.6.0-no-install-tests.patch deleted file mode 100644 index 782e078f7efe..000000000000 --- a/dev-python/mollie-api-python/files/mollie-api-python-3.6.0-no-install-tests.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index 3c0d5dc..da6d0e0 100644 ---- a/setup.py -+++ b/setup.py -@@ -30,7 +30,7 @@ setup( - license="BSD", - long_description=get_long_description(), - long_description_content_type="text/markdown", -- packages=find_packages(), -+ packages=find_packages(exclude=["tests"]), - include_package_data=True, - package_data={ - "mollie": ["py.typed"], -- cgit v1.3.1