summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2019-04-02 13:26:40 -0400
committerVirgil Dupras <vdupras@gentoo.org>2019-04-02 13:26:40 -0400
commit8adfab46b2a7725f7548d2b5f15f0a29827899ff (patch)
treeb6867f8f7f19160d86b04bf386d553d2856fafd5
parentdev-python/python-sqlparse: add py37 compat and cleanup ebuild (diff)
downloadgentoo-8adfab46.tar.gz
gentoo-8adfab46.tar.bz2
gentoo-8adfab46.zip
dev-python/django: fix sqlparse dependency
I added a duplicate package with dev-python/sqlparse! Fix this mistake and restore some arches that don't need to be dropped any more. Bug: https://bugs.gentoo.org/682344 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
-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}] )