commit: f37c4cde7669c8edb6f1957abe38254cfc110be3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 13:49:55 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 14:07:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37c4cde
dev-python/pyzmq: Ensure that bundled version is never used
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyzmq/pyzmq-26.2.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/pyzmq/pyzmq-26.2.0.ebuild
b/dev-python/pyzmq/pyzmq-26.2.0.ebuild
index 2e96c7d2b190..833d31e4f865 100644
--- a/dev-python/pyzmq/pyzmq-26.2.0.ebuild
+++ b/dev-python/pyzmq/pyzmq-26.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -56,6 +56,7 @@ distutils_enable_tests pytest
src_configure() {
DISTUTILS_ARGS=(
-DZMQ_DRAFT_API="$(usex drafts)"
+ -DPYZMQ_NO_BUNDLE=ON
)
}