summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-09-03 13:21:46 -0400
committerMike Gilbert <floppym@gentoo.org>2016-09-03 13:21:46 -0400
commit95fd370f51c634352fd97900d406b1bc86b7a089 (patch)
treefc99e874ba7eead5263af960903781f73c7ddd05 /dev-python/natsort
parentdev-python/doit-py: depend on virtual/python-singledispatch (diff)
downloadgentoo-95fd370f51c634352fd97900d406b1bc86b7a089.tar.gz
gentoo-95fd370f51c634352fd97900d406b1bc86b7a089.tar.bz2
gentoo-95fd370f51c634352fd97900d406b1bc86b7a089.zip
dev-python/natsort: depend on virtual/python-pathlib
Package-Manager: portage-2.3.0_p24
Diffstat (limited to 'dev-python/natsort')
-rw-r--r--dev-python/natsort/natsort-4.0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/natsort/natsort-4.0.4.ebuild b/dev-python/natsort/natsort-4.0.4.ebuild
index e024ec7765be..93fff69b59f4 100644
--- a/dev-python/natsort/natsort-4.0.4.ebuild
+++ b/dev-python/natsort/natsort-4.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -22,7 +22,7 @@ IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/pathlib[${PYTHON_USEDEP}]
+ virtual/python-pathlib[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
)"