diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-30 13:40:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-30 13:57:57 +0200 |
commit | f7d249a2464cfca6eb7d6b7e76eb43135811a2cf (patch) | |
tree | 5d399e9b6636efbb255aaec9bf3cb4548c4cc003 /dev-python/python-distutils-extra | |
parent | dev-perl/asa: Bump to versoin 1.40.0 (diff) | |
download | gentoo-f7d249a2464cfca6eb7d6b7e76eb43135811a2cf.tar.gz gentoo-f7d249a2464cfca6eb7d6b7e76eb43135811a2cf.tar.bz2 gentoo-f7d249a2464cfca6eb7d6b7e76eb43135811a2cf.zip |
dev-python/python-distutils-extra: Add a missing dep on intltool
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-distutils-extra')
-rw-r--r-- | dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild index 18667b7e7fb5..4145b81a05d9 100644 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.44-r1.ebuild @@ -28,6 +28,7 @@ BDEPEND=" dev-libs/gobject-introspection dev-python/httplib2[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}] + dev-util/intltool )" PATCHES=( |