summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.5.5.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-04-20 23:37:56 +0200
committerMichał Górny <mgorny@gentoo.org>2018-04-20 23:41:44 +0200
commitb6c4829483f69298a2cd83f02a44ef24680ebb2c (patch)
tree23d55eb9cd28f1febf8dd2a9e80de6caa06ae628 /dev-lang/python/python-3.5.5.ebuild
parente4fa60c7d3ca65a45cd9e69fb6d7582e0c2bc03b (diff)
downloadgentoo-b6c4829483f69298a2cd83f02a44ef24680ebb2c.tar.gz
gentoo-b6c4829483f69298a2cd83f02a44ef24680ebb2c.tar.bz2
gentoo-b6c4829483f69298a2cd83f02a44ef24680ebb2c.zip
dev-lang/python: Move readline dep outside 'ncurses?'
Move the dependency on readline to be independent of ncurses. Looking at the code, there is no apparent reason for putting it inside 'ncurses?' block. Furthermore, it is inconsistent with how the readline module build is controlled. Closes: https://bugs.gentoo.org/401651
Diffstat (limited to 'dev-lang/python/python-3.5.5.ebuild')
-rw-r--r--dev-lang/python/python-3.5.5.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-lang/python/python-3.5.5.ebuild b/dev-lang/python/python-3.5.5.ebuild
index 06178c0f80bd..481617f6b77b 100644
--- a/dev-lang/python/python-3.5.5.ebuild
+++ b/dev-lang/python/python-3.5.5.ebuild
@@ -31,10 +31,8 @@ RDEPEND="app-arch/bzip2:0=
virtual/libffi
virtual/libintl
gdbm? ( sys-libs/gdbm:0=[berkdb] )
- ncurses? (
- >=sys-libs/ncurses-5.2:0=
- readline? ( >=sys-libs/readline-4.1:0= )
- )
+ ncurses? ( >=sys-libs/ncurses-5.2:0= )
+ readline? ( >=sys-libs/readline-4.1:0= )
sqlite? ( >=dev-db/sqlite-3.3.8:3= )
ssl? (
!libressl? ( dev-libs/openssl:0= )