dev-python/rsa: Remove incorrect deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 29 Mar 2020 07:26:21 +0000 (09:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 29 Mar 2020 07:31:26 +0000 (09:31 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rsa/rsa-4.0.ebuild

index 3d082222cb8447e37e23a85c046f6ead3027a1cd..8a8dcfe16ba9766486d7f10efdcbfabe8fb49cf0 100644 (file)
@@ -20,15 +20,6 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
        >=dev-python/pyasn1-0.1.3[${PYTHON_USEDEP}]
-       dev-python/traceback2[${PYTHON_USEDEP}]
-       "
-DEPEND="${RDEPEND}
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/unittest2[${PYTHON_USEDEP}]
-               )
        "
 
-python_test() {
-       nosetests --verbose || die
-}
+distutils_enable_tests unittest