dev-python/argon2_cffi: Remove argon2 version restriction
authorMichał Górny <mgorny@gentoo.org>
Thu, 2 Jan 2020 07:56:52 +0000 (08:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 2 Jan 2020 08:07:03 +0000 (09:07 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild

index 68c157e98055c3f20760a2c78459ad8cb7f150a6..fa694e88db4e0727e61f90bccde608f97382737d 100644 (file)
@@ -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}]