summaryrefslogtreecommitdiff
path: root/dev-python/mollie-api-python/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/mollie-api-python/files
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.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"],