mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/celery: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit bash-completion-r1 distutils-r1 eutils
|
||||
|
||||
@@ -36,7 +36,6 @@ DEPEND="
|
||||
test? ( ${RDEPEND}
|
||||
>=dev-python/case-1.3.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/eventlet-0.24.1[${PYTHON_USEDEP}]
|
||||
dev-python/gevent[$(python_gen_usedep python2_7)]
|
||||
>=dev-python/pymongo-3.7[${PYTHON_USEDEP}]
|
||||
dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytest-4.3.1[${PYTHON_USEDEP}]
|
||||
@@ -56,7 +55,6 @@ DEPEND="
|
||||
>=dev-python/sphinx_celery-2.0[$(python_gen_usedep 'python3*')]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
dev-python/sqlalchemy[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' python2_7)
|
||||
)"
|
||||
|
||||
# testsuite needs it own source
|
||||
|
||||
@@ -8,9 +8,4 @@
|
||||
<upstream>
|
||||
<remote-id type="pypi">celery</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="redis">Enables redis support</flag>
|
||||
<flag name="sqs">Enables Amazon SQS transport module for celery</flag>
|
||||
<flag name="yaml">Enable support of yaml as a configuration file format</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user