dev-python/tabulate: Remove py2 virtuals
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 18:44:37 +0000 (19:44 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 18:44:37 +0000 (19:44 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/tabulate/tabulate-0.8.1.ebuild
dev-python/tabulate/tabulate-0.8.3.ebuild
dev-python/tabulate/tabulate-0.8.6.ebuild

index 7511178e7f22739cca66ae9a09f9229036d94a2b..fd804696e1a356259de3eb5eb4aac7d9c7586eef 100644 (file)
@@ -14,12 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 SLOT="0"
 LICENSE="MIT"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       test? ( virtual/python-funcsigs[${PYTHON_USEDEP}] )
-"
 
 # Missing something in tarball
 #
index ca367d3640d0feecb2ead52c29512251a6abff13..1904db96f282712fad1e478e7865d6f908114999 100644 (file)
@@ -28,7 +28,6 @@ DEPEND="
                dev-python/nose[${PYTHON_USEDEP}]
                dev-python/numpy[${PYTHON_USEDEP}]
                dev-python/pandas[${PYTHON_USEDEP}]
-               virtual/python-funcsigs[${PYTHON_USEDEP}]
        )
 "
 
index de51686e88fe490ba3025896d417980347c71e47..f59bcaa21a19633c20599e3e5f539e360a9feaf0 100644 (file)
@@ -26,7 +26,6 @@ BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
                $(python_gen_impl_dep 'sqlite')
                dev-python/colorclass[${PYTHON_USEDEP}]
                $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' 'python3*')
-               virtual/python-funcsigs[${PYTHON_USEDEP}]
        )
 "