dev-python/tappy: Add missing dep on dev-python/Babel
authorMichał Górny <mgorny@gentoo.org>
Fri, 27 Jul 2018 17:51:58 +0000 (19:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 27 Jul 2018 17:51:58 +0000 (19:51 +0200)
Closes: https://bugs.gentoo.org/662276

dev-python/tappy/tappy-2.4.ebuild

index 511030a45d85cf94ee272464267efe161fc92caf..1ec89bd7d8e2ae49f278f593a2e1635c080fd005 100644 (file)
@@ -22,7 +22,8 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
                dev-python/more-itertools[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]
        )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="dev-python/Babel[${PYTHON_USEDEP}]
+       dev-python/setuptools[${PYTHON_USEDEP}]
        test? (
                dev-python/more-itertools[${PYTHON_USEDEP}]
                dev-python/pyyaml[${PYTHON_USEDEP}]