diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-05 15:12:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-05 15:25:13 +0200 |
commit | 7f30b0df10357f8ca82e86bbc30e5d5aa5a1fc65 (patch) | |
tree | ce2f208a71206bfd384bbd671b3f5c157d672b4b /dev-python/ws4py | |
parent | dev-python/kombu: Remove stale dep on unittest2 (diff) | |
download | gentoo-7f30b0df10357f8ca82e86bbc30e5d5aa5a1fc65.tar.gz gentoo-7f30b0df10357f8ca82e86bbc30e5d5aa5a1fc65.tar.bz2 gentoo-7f30b0df10357f8ca82e86bbc30e5d5aa5a1fc65.zip |
dev-python/ws4py: Remove stale dep on unittest2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ws4py')
-rw-r--r-- | dev-python/ws4py/ws4py-0.5.1-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/ws4py/ws4py-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/ws4py/ws4py-0.5.1-r1.ebuild b/dev-python/ws4py/ws4py-0.5.1-r1.ebuild index 94d185d86706..dbf1c8a54b9f 100644 --- a/dev-python/ws4py/ws4py-0.5.1-r1.ebuild +++ b/dev-python/ws4py/ws4py-0.5.1-r1.ebuild @@ -40,7 +40,6 @@ RDEPEND=">=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}] DEPEND="test? ( >=dev-python/cherrypy-3.2.4[${PYTHON_USEDEP}] - dev-python/unittest2[${PYTHON_USEDEP}] >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] )" diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild index 5d471f0ff142..d38a767a08cc 100644 --- a/dev-python/ws4py/ws4py-9999.ebuild +++ b/dev-python/ws4py/ws4py-9999.ebuild @@ -40,7 +40,6 @@ RDEPEND=">=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}] DEPEND="test? ( >=dev-python/cherrypy-3.2.4[${PYTHON_USEDEP}] - dev-python/unittest2[${PYTHON_USEDEP}] >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] )" |