diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-02 08:56:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-02 09:07:03 +0100 |
commit | e44a63d03cbe90bf66d222ee6b5eb8612f4cd152 (patch) | |
tree | ffe82132c87054f1b19a8b00bbd9c0265a0c31ac /dev-python | |
parent | dev-python/argon2_cffi: Tested on py3.8 (diff) | |
download | gentoo-e44a63d03cbe90bf66d222ee6b5eb8612f4cd152.tar.gz gentoo-e44a63d03cbe90bf66d222ee6b5eb8612f4cd152.tar.bz2 gentoo-e44a63d03cbe90bf66d222ee6b5eb8612f4cd152.zip |
dev-python/argon2_cffi: Remove argon2 version restriction
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild b/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild index 68c157e98055..fa694e88db4e 100644 --- a/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild +++ b/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" COMMON_DEPEND=" - ~app-crypt/argon2-20171227:= + app-crypt/argon2:= dev-python/six[${PYTHON_USEDEP}] virtual/python-cffi[${PYTHON_USEDEP}] virtual/python-enum34[${PYTHON_USEDEP}] |