diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-16 19:44:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-16 19:44:37 +0100 |
commit | 774e813703e99342be016b6090947ce5c5b26360 (patch) | |
tree | 5c181fb9284b93ce032fe70066f281cf602bf72f /dev-python/tabulate | |
parent | dev-python/setuptools: Remove py2 virtuals (diff) | |
download | gentoo-774e813703e99342be016b6090947ce5c5b26360.tar.gz gentoo-774e813703e99342be016b6090947ce5c5b26360.tar.bz2 gentoo-774e813703e99342be016b6090947ce5c5b26360.zip |
dev-python/tabulate: Remove py2 virtuals
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tabulate')
-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}] ) " |