diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:33:30 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:54:09 +0100 |
commit | 32100e32a0b211f4ec778cb4908e45585e29a36b (patch) | |
tree | baec9c92be2ad66cb79d6ca164918279fdda0077 /dev-python/tabulate | |
parent | www-servers/tornado: Version Bump (diff) | |
download | gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.tar.gz gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.tar.bz2 gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.zip |
Sanitize virtual namespace of python packages
Rename virtual/MODULE to virtual/python-MODULE
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/tabulate')
-rw-r--r-- | dev-python/tabulate/tabulate-0.7.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/tabulate/tabulate-0.7.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/tabulate/tabulate-0.7.5.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tabulate/tabulate-0.7.2.ebuild b/dev-python/tabulate/tabulate-0.7.2.ebuild index 916d1514d585..1f39c8867b86 100644 --- a/dev-python/tabulate/tabulate-0.7.2.ebuild +++ b/dev-python/tabulate/tabulate-0.7.2.ebuild @@ -19,7 +19,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} - test? ( virtual/funcsigs[${PYTHON_USEDEP}] ) + test? ( virtual/python-funcsigs[${PYTHON_USEDEP}] ) " # Missing something: diff --git a/dev-python/tabulate/tabulate-0.7.3.ebuild b/dev-python/tabulate/tabulate-0.7.3.ebuild index 7776a856ad53..8d04363a9b0c 100644 --- a/dev-python/tabulate/tabulate-0.7.3.ebuild +++ b/dev-python/tabulate/tabulate-0.7.3.ebuild @@ -19,7 +19,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} - test? ( virtual/funcsigs[${PYTHON_USEDEP}] ) + test? ( virtual/python-funcsigs[${PYTHON_USEDEP}] ) " # Missing something: diff --git a/dev-python/tabulate/tabulate-0.7.5.ebuild b/dev-python/tabulate/tabulate-0.7.5.ebuild index 7776a856ad53..8d04363a9b0c 100644 --- a/dev-python/tabulate/tabulate-0.7.5.ebuild +++ b/dev-python/tabulate/tabulate-0.7.5.ebuild @@ -19,7 +19,7 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} - test? ( virtual/funcsigs[${PYTHON_USEDEP}] ) + test? ( virtual/python-funcsigs[${PYTHON_USEDEP}] ) " # Missing something: |