diff options
author | Christopher Byrne <salah.coronya@gmail.com> | 2022-04-23 14:34:19 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-23 22:32:40 +0100 |
commit | d6962f615db989a07281c89bae51c7e2a07e6a2f (patch) | |
tree | a89012a3e47b8ae19f0e0ad11716a72fd1eded9a /app-crypt/tpm2-tools | |
parent | app-crypt/tpm2-tools: Add sublot operator to app-crypt/tpm2-tss dep (diff) | |
download | gentoo-d6962f615db989a07281c89bae51c7e2a07e6a2f.tar.gz gentoo-d6962f615db989a07281c89bae51c7e2a07e6a2f.tar.bz2 gentoo-d6962f615db989a07281c89bae51c7e2a07e6a2f.zip |
app-crypt/tpm2-tools: Move to python-any-r1
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-tools')
-rw-r--r-- | app-crypt/tpm2-tools/tpm2-tools-5.2-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-crypt/tpm2-tools/tpm2-tools-5.2-r1.ebuild b/app-crypt/tpm2-tools/tpm2-tools-5.2-r1.ebuild index 5b29e8bbade6..8438c854a1ce 100644 --- a/app-crypt/tpm2-tools/tpm2-tools-5.2-r1.ebuild +++ b/app-crypt/tpm2-tools/tpm2-tools-5.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -inherit autotools bash-completion-r1 python-single-r1 +inherit autotools bash-completion-r1 python-any-r1 DESCRIPTION="Tools for the TPM 2.0 TSS" HOMEPAGE="https://github.com/tpm2-software/tpm2-tools" @@ -16,13 +16,11 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="+fapi test" RESTRICT="!test? ( test )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-crypt/tpm2-tss-3.0.1:=[fapi?] dev-libs/openssl:= net-misc/curl - sys-libs/efivar:= - ${PYTHON_DEPS}" + sys-libs/efivar:=" DEPEND="${RDEPEND} test? ( app-crypt/swtpm @@ -34,7 +32,7 @@ BDEPEND="virtual/pkgconfig test? ( app-editors/vim-core dev-tcltk/expect - $(python_gen_cond_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]') + $(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]') ) ${PYTHON_DEPS}" |