diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-30 17:42:51 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-30 17:42:51 +0000 |
| commit | e9cbf29b799655f47d44dc9918f96bcfcb3e2e43 (patch) | |
| tree | eba533f66917dd7cb108af34fa43e61a05bf2c09 /dev-python/slixmpp | |
| parent | acd774cdb0e5124cb9adc53400b0e5fe969081d8 (diff) | |
| download | baldeagleos-repo-e9cbf29b799655f47d44dc9918f96bcfcb3e2e43.tar.gz baldeagleos-repo-e9cbf29b799655f47d44dc9918f96bcfcb3e2e43.tar.xz baldeagleos-repo-e9cbf29b799655f47d44dc9918f96bcfcb3e2e43.zip | |
Adding metadata
Diffstat (limited to 'dev-python/slixmpp')
| -rw-r--r-- | dev-python/slixmpp/slixmpp-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild index 47c5e20c30ee..eec714207543 100644 --- a/dev-python/slixmpp/slixmpp-9999.ebuild +++ b/dev-python/slixmpp/slixmpp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else inherit pypi - KEYWORDS="~amd64 ~riscv" + KEYWORDS="amd64 ~riscv" fi DEPEND=" @@ -36,6 +36,9 @@ RDEPEND=" dev-python/pyasn1-modules[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] ${DEPEND} + $(python_gen_cond_dep ' + >=dev-lang/python-3.12.1_p1:3.12 + ' python3_12) " BDEPEND=" dev-python/cython[${PYTHON_USEDEP}] |
