diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-20 10:25:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-20 11:18:08 +0200 |
commit | 9c0dc5f6db2a268e664842fc2a609dec500f38cf (patch) | |
tree | f1c7325ad947d11db2b4931ab5f31837766e4f6c /dev-python | |
parent | app-misc/sl: Specify LICENSE more precisely. (diff) | |
download | gentoo-9c0dc5f6db2a268e664842fc2a609dec500f38cf.tar.gz gentoo-9c0dc5f6db2a268e664842fc2a609dec500f38cf.tar.bz2 gentoo-9c0dc5f6db2a268e664842fc2a609dec500f38cf.zip |
dev-python/URLObject: Add missing PYTHON_USEDEP
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/URLObject/URLObject-2.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/URLObject/URLObject-2.4.2.ebuild b/dev-python/URLObject/URLObject-2.4.2.ebuild index 6a766ff291c3..d42f11db1d13 100644 --- a/dev-python/URLObject/URLObject-2.4.2.ebuild +++ b/dev-python/URLObject/URLObject-2.4.2.ebuild @@ -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}] " |