diff options
-rw-r--r-- | dev-python/tabulate/tabulate-0.8.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/tabulate/tabulate-0.8.3.ebuild | 1 | ||||
-rw-r--r-- | dev-python/tabulate/tabulate-0.8.6.ebuild | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/dev-python/tabulate/tabulate-0.8.1.ebuild b/dev-python/tabulate/tabulate-0.8.1.ebuild index 7511178e7f22..fd804696e1a3 100644 --- a/dev-python/tabulate/tabulate-0.8.1.ebuild +++ b/dev-python/tabulate/tabulate-0.8.1.ebuild @@ -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 # diff --git a/dev-python/tabulate/tabulate-0.8.3.ebuild b/dev-python/tabulate/tabulate-0.8.3.ebuild index ca367d3640d0..1904db96f282 100644 --- a/dev-python/tabulate/tabulate-0.8.3.ebuild +++ b/dev-python/tabulate/tabulate-0.8.3.ebuild @@ -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}] ) " diff --git a/dev-python/tabulate/tabulate-0.8.6.ebuild b/dev-python/tabulate/tabulate-0.8.6.ebuild index de51686e88fe..f59bcaa21a19 100644 --- a/dev-python/tabulate/tabulate-0.8.6.ebuild +++ b/dev-python/tabulate/tabulate-0.8.6.ebuild @@ -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}] ) " |