summaryrefslogtreecommitdiff
path: root/dev-python/python-iptables/python-iptables-0.12.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-iptables/python-iptables-0.12.0.ebuild')
-rw-r--r--dev-python/python-iptables/python-iptables-0.12.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/python-iptables/python-iptables-0.12.0.ebuild b/dev-python/python-iptables/python-iptables-0.12.0.ebuild
index e294f95ec8fc..360518b2f5ca 100644
--- a/dev-python/python-iptables/python-iptables-0.12.0.ebuild
+++ b/dev-python/python-iptables/python-iptables-0.12.0.ebuild
@@ -14,9 +14,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-DEPEND="net-firewall/iptables
+RDEPEND="net-firewall/iptables"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
# tests manipulate live iptables rules, so disable them by default