Skip to content

Commit

Permalink
dev-python/cssutils: python 3.6 support
Browse files Browse the repository at this point in the history
add missing depend on dev-python/nose for tests
  • Loading branch information
Hummer12007 authored and mgorny committed Apr 12, 2017
1 parent 805be65 commit 3a1188b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dev-python/cssutils/cssutils-1.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )

inherit distutils-r1

Expand All @@ -17,7 +17,10 @@ IUSE="test"

RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/mock[${PYTHON_USEDEP}] )"
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
)"

PATCHES=(
"${FILESDIR}"/${P}-pypy-test-backport.patch
Expand Down

0 comments on commit 3a1188b

Please sign in to comment.