commit: 9f98446270a6a0fcf4a873655340ac6abcf7c07a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Apr 27 19:35:32 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 27 19:50:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f984462
profiles/arch/s390: Add Python packages to Rust masks Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/s390/package.mask | 4 ++++ profiles/arch/s390/s390x/package.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask index edc7a2fb4ef6..c92ad8c0f647 100644 --- a/profiles/arch/s390/package.mask +++ b/profiles/arch/s390/package.mask @@ -7,6 +7,10 @@ app-eselect/eselect-rust dev-lang/rust dev-lang/rust-bin +>=dev-python/cryptography-36 +>=dev-python/pyopenssl-22 +dev-python/setuptools-rust +dev-python/watchfiles virtual/rust # Arthur Zamarin <[email protected]> (2022-03-20) diff --git a/profiles/arch/s390/s390x/package.mask b/profiles/arch/s390/s390x/package.mask index 651c8568c369..9313987677b5 100644 --- a/profiles/arch/s390/s390x/package.mask +++ b/profiles/arch/s390/s390x/package.mask @@ -7,6 +7,10 @@ -app-eselect/eselect-rust -dev-lang/rust -dev-lang/rust-bin +->=dev-python/cryptography-36 +->=dev-python/pyopenssl-22 +-dev-python/setuptools-rust +-dev-python/watchfiles -virtual/rust # Arthur Zamarin <[email protected]> (2022-03-20)
