diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-25 18:57:34 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-25 18:57:34 -0600 |
commit | 5d084c21f178a8a3065ac8ae3df03105295615e8 (patch) | |
tree | 9c122cba2a581bfef3aed0ebddd87f959b5c1c11 | |
parent | media-sound/spotify: switch use flag to systray from gnome (diff) | |
download | gentoo-5d084c21f178a8a3065ac8ae3df03105295615e8.tar.gz gentoo-5d084c21f178a8a3065ac8ae3df03105295615e8.tar.bz2 gentoo-5d084c21f178a8a3065ac8ae3df03105295615e8.zip |
dev-python/josepy: move blocker to rdep
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r-- | dev-python/josepy/josepy-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/josepy/josepy-1.0.1.ebuild b/dev-python/josepy/josepy-1.0.1.ebuild index b66ff9faa818..3cfd2a6f2aac 100644 --- a/dev-python/josepy/josepy-1.0.1.ebuild +++ b/dev-python/josepy/josepy-1.0.1.ebuild @@ -16,10 +16,10 @@ KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="" DEPEND=" - !<=app-crypt/acme-0.20.0[${PYTHON_USEDEP}] >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] >=dev-python/cryptography-0.8[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !<=app-crypt/acme-0.20.0[${PYTHON_USEDEP}]" |