summaryrefslogtreecommitdiff
path: root/dev-python/langdetect/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-21 07:21:48 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-21 07:21:48 +0000
commiteb713a2e58ad2c091a27fa052d98924ca7f51a86 (patch)
treed069ca20696094c25142d207a4791070a6625ec2 /dev-python/langdetect/files
parent917e7b831db1cb3af64f44da46900caf5caae224 (diff)
downloadbaldeagleos-repo-eb713a2e58ad2c091a27fa052d98924ca7f51a86.tar.gz
baldeagleos-repo-eb713a2e58ad2c091a27fa052d98924ca7f51a86.tar.xz
baldeagleos-repo-eb713a2e58ad2c091a27fa052d98924ca7f51a86.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',