Skip to content

Commit

Permalink
dev-python/vatnumber: Add missing PYTHON_USEDEP on deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Feb 4, 2018
1 parent 936ac92 commit 91fe765
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test vies"

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

PARCHES=( "${FILESDIR}"/${P}-skiptest.patch )

Expand Down

0 comments on commit 91fe765

Please sign in to comment.