diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-05-22 10:19:54 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-05-23 12:37:05 +0200 |
commit | f12a48da929c6f01de95495e06abfcc6cc2064fc (patch) | |
tree | 91ec22fbd0e60f72148d7c631b235e0d3771de03 /dev-python/django-treebeard | |
parent | dev-python/aldryn-boilerplates: version bump to 0.7.5 (diff) | |
download | gentoo-f12a48da929c6f01de95495e06abfcc6cc2064fc.tar.gz gentoo-f12a48da929c6f01de95495e06abfcc6cc2064fc.tar.bz2 gentoo-f12a48da929c6f01de95495e06abfcc6cc2064fc.zip |
dev-python/django-treebeard: Updated to use PYTHON_USEDEP
Affected by bug 618924
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/django-treebeard')
-rw-r--r-- | dev-python/django-treebeard/django-treebeard-4.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-treebeard/django-treebeard-4.1.0.ebuild b/dev-python/django-treebeard/django-treebeard-4.1.0.ebuild index 935c16180f32..efb00e040c46 100644 --- a/dev-python/django-treebeard/django-treebeard-4.1.0.ebuild +++ b/dev-python/django-treebeard/django-treebeard-4.1.0.ebuild @@ -17,10 +17,10 @@ SLOT="0" IUSE="" RDEPEND=" - >=dev-python/django-1.6 + >=dev-python/django-1.6[${PYTHON_USEDEP}] " DEPEND=" ${RDEPEND} - dev-python/setuptools + dev-python/setuptools[${PYTHON_USEDEP}] " |