diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-16 19:43:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-16 19:43:23 +0100 |
commit | 20931f2c58d176c55933e04f79a6c3dfdf0e9e62 (patch) | |
tree | 25ea9ff287ea7d4e60dcdf7438912c687d869741 /dev-python/APScheduler | |
parent | dev-db/mongodb: Remove py2 virtuals (diff) | |
download | gentoo-20931f2c58d176c55933e04f79a6c3dfdf0e9e62.tar.gz gentoo-20931f2c58d176c55933e04f79a6c3dfdf0e9e62.tar.bz2 gentoo-20931f2c58d176c55933e04f79a6c3dfdf0e9e62.zip |
dev-python/APScheduler: Remove py2 virtuals
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/APScheduler')
-rw-r--r-- | dev-python/APScheduler/APScheduler-3.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/APScheduler/APScheduler-3.5.3.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/APScheduler/APScheduler-3.3.1.ebuild b/dev-python/APScheduler/APScheduler-3.3.1.ebuild index e6558052227a..60ecf97d631b 100644 --- a/dev-python/APScheduler/APScheduler-3.3.1.ebuild +++ b/dev-python/APScheduler/APScheduler-3.3.1.ebuild @@ -19,9 +19,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-python/pytz[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/six-1.4.0[${PYTHON_USEDEP}] - >=dev-python/tzlocal-1.2[${PYTHON_USEDEP}] - virtual/python-funcsigs[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}]" + >=dev-python/tzlocal-1.2[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] diff --git a/dev-python/APScheduler/APScheduler-3.5.3.ebuild b/dev-python/APScheduler/APScheduler-3.5.3.ebuild index 23cbda5e5cdf..0f91a4ff2f2d 100644 --- a/dev-python/APScheduler/APScheduler-3.5.3.ebuild +++ b/dev-python/APScheduler/APScheduler-3.5.3.ebuild @@ -19,9 +19,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-python/pytz[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/six-1.4.0[${PYTHON_USEDEP}] - >=dev-python/tzlocal-1.2[${PYTHON_USEDEP}] - virtual/python-funcsigs[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}]" + >=dev-python/tzlocal-1.2[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] |