diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-04 13:35:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-04 13:36:32 +0100 |
commit | 003d59f8dde31b26fb2adc2cffba4c06e0a426e5 (patch) | |
tree | 6b830bcfc60714e18447634582e8cf8f669eea02 /dev-python/paste | |
parent | Revert "dev-python/google-auth: Remove namespace dep" (diff) | |
download | gentoo-003d59f8dde31b26fb2adc2cffba4c06e0a426e5.tar.gz gentoo-003d59f8dde31b26fb2adc2cffba4c06e0a426e5.tar.bz2 gentoo-003d59f8dde31b26fb2adc2cffba4c06e0a426e5.zip |
Revert "dev-python/paste: Remove namespace dep"
This reverts commit 19235b01e5c62d44ae0245bfd1c8d267fd2b294b.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/paste')
-rw-r--r-- | dev-python/paste/paste-3.5.0.ebuild (renamed from dev-python/paste/paste-3.5.0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/paste/paste-3.5.0-r1.ebuild b/dev-python/paste/paste-3.5.0.ebuild index 340a03c44027..ceb33d7884b9 100644 --- a/dev-python/paste/paste-3.5.0-r1.ebuild +++ b/dev-python/paste/paste-3.5.0.ebuild @@ -18,7 +18,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris" -RDEPEND=" +RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}] >=dev-python/six-1.4.0[${PYTHON_USEDEP}]" distutils_enable_tests pytest |