diff options
-rw-r--r-- | dev-python/plumbum/plumbum-1.7.0-r1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/plumbum/plumbum-1.7.0-r1.ebuild b/dev-python/plumbum/plumbum-1.7.0-r1.ebuild index da3985d2cb5b..23e7fe5c369e 100644 --- a/dev-python/plumbum/plumbum-1.7.0-r1.ebuild +++ b/dev-python/plumbum/plumbum-1.7.0-r1.ebuild @@ -32,10 +32,8 @@ src_prepare() { } pkg_postinst() { - elog "To get additional features, optional runtime dependencies may be installed:" - optfeature "Remote commands via ssh" dev-python/paramiko - optfeature "Progress bars in jupyter" dev-python/ipywidgets - optfeature "Colored output in jupyter" dev-python/ipython - optfeature "Images on the command line" dev-python/pillow - elog "" + optfeature "remote commands via ssh" dev-python/paramiko + optfeature "progress bars in jupyter" dev-python/ipywidgets + optfeature "colored output in jupyter" dev-python/ipython + optfeature "images on the command line" dev-python/pillow } |