summaryrefslogtreecommitdiff
path: root/dev-python/langdetect/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-20 07:04:27 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-20 07:04:27 +0000
commit99caa6d494963fef83337c8809801ac51187d07f (patch)
tree58f4f5d67a35e0864e1b8e4a6ceaf24a98d7f214 /dev-python/langdetect/files
parentdceb2d4b615c2300017aa284ad1a2c1ee5764f44 (diff)
downloadbaldeagleos-repo-99caa6d494963fef83337c8809801ac51187d07f.tar.gz
baldeagleos-repo-99caa6d494963fef83337c8809801ac51187d07f.tar.xz
baldeagleos-repo-99caa6d494963fef83337c8809801ac51187d07f.zip
Adding metadata
Diffstat (limited to 'dev-python/langdetect/files')
-rw-r--r--dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch b/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch
new file mode 100644
index 000000000000..637368d2f237
--- /dev/null
+++ b/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch
@@ -0,0 +1,13 @@
+Fix "Package 'langdetect.profiles' is absent from the `packages` configuration."
+
+--- a/setup.py
++++ b/setup.py
+@@ -18,7 +18,7 @@ setup(
+ author_email='michal.danilak@gmail.com',
+ url='https://github.com/Mimino666/langdetect',
+ keywords='language detection library',
+- packages=['langdetect', 'langdetect.utils', 'langdetect.tests'],
++ packages=['langdetect', 'langdetect.utils', 'langdetect.tests', 'langdetect.profiles'],
+ include_package_data=True,
+ install_requires=['six'],
+ license='MIT',