summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2017-05-17 06:44:55 +0200
committerHans de Graaff <hans@degraaff.org>2017-05-17 06:44:55 +0200
commitec4ee3d5d7592c2c5bcc1237268f7d85f320aad4 (patch)
tree5f9d64727833c75a46a97ddf139bf5aa80699694
parentdev-ruby/tinymce-rails: add 4.6.1 (diff)
downloadgraaff-ec4ee3d5d7592c2c5bcc1237268f7d85f320aad4.tar.gz
graaff-ec4ee3d5d7592c2c5bcc1237268f7d85f320aad4.tar.bz2
graaff-ec4ee3d5d7592c2c5bcc1237268f7d85f320aad4.zip
dev-python/publicsuffix: fix problem with dependencies
Package-Manager: Portage-2.3.5, Repoman-2.3.1
-rw-r--r--dev-python/publicsuffix/publicsuffix-1.1.0.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/publicsuffix/publicsuffix-1.1.0.ebuild b/dev-python/publicsuffix/publicsuffix-1.1.0.ebuild
index 066c0f4f..1b6f9d41 100644
--- a/dev-python/publicsuffix/publicsuffix-1.1.0.ebuild
+++ b/dev-python/publicsuffix/publicsuffix-1.1.0.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
@@ -16,8 +15,8 @@ IUSE="test"
LICENSE="MIT"
SLOT="0"
-RDEPEND="$(python_gen_cond_dep)"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
python_test() {