diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-21 07:21:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-21 07:21:48 +0000 |
| commit | eb713a2e58ad2c091a27fa052d98924ca7f51a86 (patch) | |
| tree | d069ca20696094c25142d207a4791070a6625ec2 /dev-python/langdetect/files | |
| parent | 917e7b831db1cb3af64f44da46900caf5caae224 (diff) | |
| download | baldeagleos-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.patch | 13 |
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', |
