public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/
Date: Tue,  4 Jun 2024 07:13:17 +0000 (UTC)	[thread overview]
Message-ID: <1717485142.ef05fb48597a890fe15a75f1b78a179e2fe2e8d9.sam@gentoo> (raw)

commit:     ef05fb48597a890fe15a75f1b78a179e2fe2e8d9
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Jun  3 16:35:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 07:12:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef05fb48

net-firewall/ufw: add missing dependency for setuptools

* With python3.12 distutils isnt included with the interpeter but
  is instead bundled in setuptools.

Closes: https://bugs.gentoo.org/933481
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37000
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-firewall/ufw/ufw-0.36.1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/net-firewall/ufw/ufw-0.36.1.ebuild b/net-firewall/ufw/ufw-0.36.1.ebuild
index 29c289c00534..0c19a760f4dc 100644
--- a/net-firewall/ufw/ufw-0.36.1.ebuild
+++ b/net-firewall/ufw/ufw-0.36.1.ebuild
@@ -19,7 +19,12 @@ KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="examples ipv6"
 
 RDEPEND="net-firewall/iptables[ipv6(+)?]"
-BDEPEND="sys-devel/gettext"
+BDEPEND="
+	sys-devel/gettext
+	$(python_gen_cond_dep '
+		dev-python/setuptools[${PYTHON_USEDEP}]
+	' python3_12)
+"
 
 PATCHES=(
 	# Move files away from /lib/ufw.


             reply	other threads:[~2024-06-04  7:13 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-04  7:13 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15  9:29 [gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/ Ulrich Müller
2024-10-08  7:59 Sam James
2024-06-02  4:57 Sam James
2022-12-18 11:30 Sam James
2022-07-24 16:49 Florian Schmaus
2022-07-02 15:53 Sam James
2022-07-01  9:02 Florian Schmaus
2022-07-01  9:02 Florian Schmaus
2022-02-18  2:44 Sam James
2021-09-09 23:56 Sam James
2021-08-18  0:35 Yixun Lan
2021-08-16  6:33 Joonas Niilola
2021-08-16  6:33 Joonas Niilola
2021-05-25 16:05 Michał Górny
2021-05-25 16:05 Michał Górny
2021-02-22  7:14 Sam James
2021-02-22  7:12 Sam James
2020-07-01  6:39 Joonas Niilola
2020-07-01  6:39 Joonas Niilola
2019-08-13 16:53 Joonas Niilola
2019-08-13 10:32 Agostino Sarubbo
2019-08-13 10:30 Agostino Sarubbo
2019-08-12  8:02 Agostino Sarubbo
2019-08-11 21:30 Thomas Deutschmann
2019-08-11 11:20 David Seifert
2019-08-10  9:04 Sergei Trofimovich
2019-08-07  8:01 Sergei Trofimovich
2019-03-31 16:39 Patrice Clement
2019-01-31  7:25 Sergei Trofimovich
2017-09-12 23:02 Matt Turner
2017-09-12 23:02 Matt Turner
2017-08-05  9:59 Michael Palimaka
2017-07-15 17:25 Tobias Klausmann
2017-07-15  9:00 Sergei Trofimovich
2017-05-11 22:41 Michael Orlitzky
2017-04-08  8:25 Amy Liffey
2017-03-10 16:01 Manuel Rüger
2016-08-11  6:35 Patrice Clement
2016-06-19  2:16 Göktürk Yüksek
2016-03-14  4:31 Jason Zaman
2015-10-17 22:30 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1717485142.ef05fb48597a890fe15a75f1b78a179e2fe2e8d9.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox