diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-04 18:50:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-12-04 18:50:47 +0000 |
| commit | 2e0fe0ea29315336eebdbcd88c0d03ed85569bfd (patch) | |
| tree | b4fa03aeb6aee137ca6b4f1e9048aeffb98cb07e /dev-python/python-olm/python-olm-3.2.16.ebuild | |
| parent | 93f3f34f270e2687319c9ec473fb2211eafba198 (diff) | |
| download | baldeagleos-repo-2e0fe0ea29315336eebdbcd88c0d03ed85569bfd.tar.gz baldeagleos-repo-2e0fe0ea29315336eebdbcd88c0d03ed85569bfd.tar.xz baldeagleos-repo-2e0fe0ea29315336eebdbcd88c0d03ed85569bfd.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-olm/python-olm-3.2.16.ebuild')
| -rw-r--r-- | dev-python/python-olm/python-olm-3.2.16.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/python-olm/python-olm-3.2.16.ebuild b/dev-python/python-olm/python-olm-3.2.16.ebuild index 7b0db6fb774b..f98a4e501489 100644 --- a/dev-python/python-olm/python-olm-3.2.16.ebuild +++ b/dev-python/python-olm/python-olm-3.2.16.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 inherit distutils-r1 @@ -20,7 +20,9 @@ KEYWORDS="~amd64" DEPEND="dev-libs/olm" RDEPEND=" ${DEPEND} - dev-python/cffi[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/cffi[${PYTHON_USEDEP}] + ' 'python*') " EPYTEST_DESELECT=( |
