dev-python/URLObject: Add missing PYTHON_USEDEP

This commit is contained in:
Michał Górny
2017-04-20 10:25:40 +02:00
parent ad0a788b09
commit 9c0dc5f6db

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -19,5 +19,5 @@ IUSE=""
RDEPEND=""
DEPEND="
${RDEPEND}
dev-python/setuptools
dev-python/setuptools[${PYTHON_USEDEP}]
"