diff options
author | Louis Sautier <sbraz@gentoo.org> | 2019-07-02 14:59:15 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2019-07-02 15:31:04 +0200 |
commit | b948cc5f85cc8a983ab14452c64fd21127f05e75 (patch) | |
tree | f88d0bcfff5de8bbd1e52687089e1c5190c56c4b /dev-python/jaraco-stream | |
parent | media-libs/x264: sparc stable wrt bug #688712 (diff) | |
download | gentoo-b948cc5f85cc8a983ab14452c64fd21127f05e75.tar.gz gentoo-b948cc5f85cc8a983ab14452c64fd21127f05e75.tar.bz2 gentoo-b948cc5f85cc8a983ab14452c64fd21127f05e75.zip |
dev-python/jaraco-*: depend on old pkg_resources-style namespace pkg
In anticipation of a switch to a pkgutil-style namespace package.
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-stream')
-rw-r--r-- | dev-python/jaraco-stream/jaraco-stream-1.2-r1.ebuild (renamed from dev-python/jaraco-stream/jaraco-stream-1.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-stream/jaraco-stream-1.2.ebuild b/dev-python/jaraco-stream/jaraco-stream-1.2-r1.ebuild index e3f8538a0b9c..6e61e406dd65 100644 --- a/dev-python/jaraco-stream/jaraco-stream-1.2.ebuild +++ b/dev-python/jaraco-stream/jaraco-stream-1.2-r1.ebuild @@ -18,7 +18,7 @@ KEYWORDS="amd64 x86" IUSE="doc test" RDEPEND=" - dev-python/namespace-jaraco[${PYTHON_USEDEP}] + <dev-python/namespace-jaraco-2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |