Skip to content

Commit

Permalink
dev-python/natsort: depend on virtual/python-pathlib
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_p24
  • Loading branch information
floppym committed Sep 3, 2016
1 parent 5b3a9f2 commit 95fd370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/natsort/natsort-4.0.4.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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)
)"
Expand Down

0 comments on commit 95fd370

Please sign in to comment.