From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08A7715808D for ; Fri, 22 Apr 2022 07:09:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD53DE0966; Fri, 22 Apr 2022 07:09:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77B73E0964 for ; Fri, 22 Apr 2022 07:09:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20205341E53 for ; Fri, 22 Apr 2022 07:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A50DD3BC for ; Fri, 22 Apr 2022 07:09:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1650611333.722c6a8f5044b7b5dc060b53c8c2d593cde6b3e6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-36.0.2.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 722c6a8f5044b7b5dc060b53c8c2d593cde6b3e6 X-VCS-Branch: master Date: Fri, 22 Apr 2022 07:09:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83983a93-24c3-4bd4-81f0-e13346340dc1 X-Archives-Hash: f7bcb36d10af7378a798390c2dd2705f commit: 722c6a8f5044b7b5dc060b53c8c2d593cde6b3e6 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 22 07:00:40 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 22 07:08:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722c6a8f dev-python/cryptography: Update QA_FLAGS_IGNORED for pypy3 Closes: https://bugs.gentoo.org/840008 Closes: https://bugs.gentoo.org/840011 Signed-off-by: Michał Górny gentoo.org> dev-python/cryptography/cryptography-36.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cryptography/cryptography-36.0.2.ebuild b/dev-python/cryptography/cryptography-36.0.2.ebuild index 842ce31420fd..8dfddf00f777 100644 --- a/dev-python/cryptography/cryptography-36.0.2.ebuild +++ b/dev-python/cryptography/cryptography-36.0.2.ebuild @@ -103,7 +103,7 @@ BDEPEND=" " # Files built without CFLAGS/LDFLAGS, acceptable for rust -QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/cryptography/hazmat/bindings/_rust.abi3.so" +QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/cryptography/hazmat/bindings/_rust.*.so" PATCHES=( "${FILESDIR}"/${P}-pyo3-bump.patch