diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-01-30 21:16:49 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-01-30 21:26:41 +0100 |
commit | 4018273986f8d6ee49da8371021004e0f5528df6 (patch) | |
tree | fda351f7d11a0003f3bb7323a446a56c274beafe | |
parent | dev-python/django-taggit: drop old version (diff) | |
download | gentoo-4018273986f8d6ee49da8371021004e0f5528df6.tar.gz gentoo-4018273986f8d6ee49da8371021004e0f5528df6.tar.bz2 gentoo-4018273986f8d6ee49da8371021004e0f5528df6.zip |
dev-python/django-taggit-serializer: add python3_9 support
Closes: https://bugs.gentoo.org/767019
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild b/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild index ec615af36aae..a424cceacb25 100644 --- a/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild +++ b/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="the django taggit serializer for the django rest framework" @@ -13,8 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="" RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" |