diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-11-28 21:55:18 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-01-15 21:40:10 +0000 |
commit | 0a0479abef8f6ba25cefa8e51b1b13633cf01daa (patch) | |
tree | 2d4e68d5ecb51ce7a8811041f53f47909c5ab942 /dev-python/mnemonic | |
parent | profiles/enlightenment: Add sys-devel/gcc:7.2.0 to @system set (diff) | |
download | portage-0a0479abef8f6ba25cefa8e51b1b13633cf01daa.tar.xz |
dev-python/mnemonic: Add missing dependency
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-python/mnemonic')
-rw-r--r-- | dev-python/mnemonic/mnemonic-0.18.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/mnemonic/mnemonic-0.18.ebuild b/dev-python/mnemonic/mnemonic-0.18.ebuild index e814c3cc..4e2caee7 100644 --- a/dev-python/mnemonic/mnemonic-0.18.ebuild +++ b/dev-python/mnemonic/mnemonic-0.18.ebuild @@ -16,4 +16,5 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/pbkdf2[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" |