summaryrefslogtreecommitdiff
path: root/dev-python/mollie-api-python/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/mollie-api-python/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/mollie-api-python/files')
-rw-r--r--dev-python/mollie-api-python/files/mollie-api-python-3.6.0-no-install-tests.patch13
1 files changed, 0 insertions, 13 deletions
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"],