summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/django/django-2.2.ebuild')
-rw-r--r--dev-python/django/django-2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django/django-2.2.ebuild b/dev-python/django/django-2.2.ebuild
index 850faaac9479..7e60a484fcf1 100644
--- a/dev-python/django/django-2.2.ebuild
+++ b/dev-python/django/django-2.2.ebuild
@@ -21,12 +21,12 @@ LICENSE+=" Apache-2.0"
# admin icons, jquery, xregexp.js
LICENSE+=" MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc sqlite test"
RDEPEND="
dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/sqlparse[${PYTHON_USEDEP}]"
+ dev-python/python-sqlparse[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )