summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-11-09 21:44:37 -0500
committerMike Gilbert <floppym@gentoo.org>2016-11-09 21:47:06 -0500
commit6ec7fd1505906a225ac484f0b2632b617c85d323 (patch)
treea3106fc2243815b2e7a88288ea0b5e1ead75781b /dev-python/twisted-core/twisted-core-15.2.1.ebuild
parentsys-kernel/hardened-sources: version bump to 4.8.6 (diff)
downloadgentoo-6ec7fd1505906a225ac484f0b2632b617c85d323.tar.gz
gentoo-6ec7fd1505906a225ac484f0b2632b617c85d323.tar.bz2
gentoo-6ec7fd1505906a225ac484f0b2632b617c85d323.zip
dev-python/twisted: move blockers to RDEPEND
Diffstat (limited to 'dev-python/twisted-core/twisted-core-15.2.1.ebuild')
-rw-r--r--dev-python/twisted-core/twisted-core-15.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/twisted-core/twisted-core-15.2.1.ebuild b/dev-python/twisted-core/twisted-core-15.2.1.ebuild
index 4e7645a7af97..1ee03465cba4 100644
--- a/dev-python/twisted-core/twisted-core-15.2.1.ebuild
+++ b/dev-python/twisted-core/twisted-core-15.2.1.ebuild
@@ -19,9 +19,9 @@ RDEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}]
gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )"
DEPEND="
- !dev-python/twisted
test? ( ${RDEPEND} )
"
+RDEPEND+=" !dev-python/twisted"
PATCHES=(
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.