diff options
Diffstat (limited to 'doc/build/unreleased/304.rst')
-rw-r--r-- | doc/build/unreleased/304.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/unreleased/304.rst b/doc/build/unreleased/304.rst new file mode 100644 index 0000000..79921d7 --- /dev/null +++ b/doc/build/unreleased/304.rst @@ -0,0 +1,10 @@ +.. change:: + :tags: bug, ext + :tickets: 304 + + Added "babel" and "lingua" dependency entries to the setuptools entrypoints + for the babel and lingua extensions, so that pkg_resources can check that + these extra dependencies are available, raising an informative + exception if not. Pull request courtesy sinoroc. + + |