summaryrefslogtreecommitdiff
path: root/dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-25 19:17:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-25 19:17:47 +0000
commita6c077a14ab69684019380246b01943bdbe4d7a1 (patch)
tree337a02c526cb76a9462cf0e31ba52fc7aa725d36 /dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch
parent9463004333272cee4a8781c51c51e53f1b5dafcb (diff)
downloadbaldeagleos-repo-a6c077a14ab69684019380246b01943bdbe4d7a1.tar.gz
baldeagleos-repo-a6c077a14ab69684019380246b01943bdbe4d7a1.tar.xz
baldeagleos-repo-a6c077a14ab69684019380246b01943bdbe4d7a1.zip
Adding metadata
Diffstat (limited to 'dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch')
-rw-r--r--dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch b/dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch
deleted file mode 100644
index 797b8e18cff5..000000000000
--- a/dev-python/python-constraint/files/python-constraint-1.4.0-exclude-examples.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/setup.py 2022-02-27 15:57:35.035889587 +0100
-+++ b/setup.py 2022-02-27 15:58:04.049889476 +0100
-@@ -70,7 +70,7 @@
- keywords="csp constraint solving problems problem solver",
- # You can just specify the packages manually here if your project is
- # simple. Or you can use find_packages().
-- packages=find_packages(exclude=["contrib", "docs", "tests*"]),
-+ packages=find_packages(exclude=["contrib", "docs", "tests*", "examples*"]),
- # List run-time dependencies here. These will be installed by pip when your
- # project is installed. For an analysis of "install_requires" vs pip's
- # requirements files see: