diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-02 03:01:28 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-02 03:01:28 -0500 |
| commit | 8ef36aa9d6f2d960654a3d9ae9069aa19cd5f935 (patch) | |
| tree | 73eaf7dc2e3ccea41405b16b85586727c38e7d3b /dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch | |
| parent | 6de1efb22c344f72d89d9d2ea96565b4f554bca3 (diff) | |
| download | baldeagleos-repo-develop.tar.gz baldeagleos-repo-develop.tar.xz baldeagleos-repo-develop.zip | |
Diffstat (limited to 'dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch')
| -rw-r--r-- | dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index 637368d2f237..000000000000 --- a/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch +++ /dev/null @@ -1,13 +0,0 @@ -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', |
