From decd229ae8b6b6501f05d6e527a81ec0e225a4a6 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 3 Dec 2017 02:33:50 -0500 Subject: dev-python/python-iptables: depend on setuptools Closes: https://bugs.gentoo.org/639556 Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7 --- dev-python/python-iptables/Manifest | 4 ++-- dev-python/python-iptables/python-iptables-0.12.0.ebuild | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'dev-python') diff --git a/dev-python/python-iptables/Manifest b/dev-python/python-iptables/Manifest index 55380564eafe..2cccb9ec4003 100644 --- a/dev-python/python-iptables/Manifest +++ b/dev-python/python-iptables/Manifest @@ -1,2 +1,2 @@ -DIST python-iptables-0.11.0.tar.gz 73582 SHA256 55bdd0d8e3d0b4c27e4d61bf6f21ada1e19146c0adf65e5093e254a126abcce9 SHA512 5bbaeb09dc256738e3a168fa5941f39e50074eb1ac3ce18545a48c55eb06ef70fd974ad3153dc07ca67b1ef88a2a2c537a9f8d3ac85add990f6d15e9d37aa0a4 WHIRLPOOL 5ecc28a1f65389e63c962408f058ac0795a5ebd846320f4d9de4ad35e6bb7a8ee7dff4555af0c4c9c42d303b7b0f6de372c042d4219141446680ba45b8216ac4 -DIST python-iptables-0.12.0.tar.gz 40831 SHA256 9815fd5ba780fd14b5f8cf8a93e007c0e603019738813a806e37553cd72e4c33 SHA512 bf79288fac53542e523c8ed0e4e0711792cf524100e39f57f10d3581d1b958712875a765f690b3d5ec6e28af9de48d2f3dd0a787c7037ebfc6f8bf87b5e321b2 WHIRLPOOL 360c3dec7c1122ba53cf7f158ff463937a119fbc818ac879403ac943c0f0d04043c89559468274332e3050e4fd84a8d95f8a30b7a783aaa0c023420278c3422c +DIST python-iptables-0.11.0.tar.gz 73582 BLAKE2B 44fb0268d8b94bc2a56c897bfd87c4eb8926f577754878782faa9b37f4174cb0147fbb54c953ee207f9e9921bdbea026f8bf15467565e7a4ca0a54477ad24b58 SHA512 5bbaeb09dc256738e3a168fa5941f39e50074eb1ac3ce18545a48c55eb06ef70fd974ad3153dc07ca67b1ef88a2a2c537a9f8d3ac85add990f6d15e9d37aa0a4 +DIST python-iptables-0.12.0.tar.gz 40831 BLAKE2B ea53605a5dd581cad7e05059c1534376a53b3b3da89b8c172cbb38ae7482ca3972fdf786badf3328960847c12c96ce32278657c32c857a1682650621a3add47a SHA512 bf79288fac53542e523c8ed0e4e0711792cf524100e39f57f10d3581d1b958712875a765f690b3d5ec6e28af9de48d2f3dd0a787c7037ebfc6f8bf87b5e321b2 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 -- cgit v1.2.3-65-gdbad