diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-28 18:22:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-07-28 18:22:08 +0000 |
| commit | acf5c55940229919b335e1a789c69782d885535c (patch) | |
| tree | 018092094ab3dec232e1475d2106519b47fe03bf /dev-python/libvirt-python/libvirt-python-9.3.0.ebuild | |
| parent | 6bfd1910c00be298c78555e5f7d3a676c3260360 (diff) | |
| download | baldeagleos-repo-acf5c55940229919b335e1a789c69782d885535c.tar.gz baldeagleos-repo-acf5c55940229919b335e1a789c69782d885535c.tar.xz baldeagleos-repo-acf5c55940229919b335e1a789c69782d885535c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/libvirt-python/libvirt-python-9.3.0.ebuild')
| -rw-r--r-- | dev-python/libvirt-python/libvirt-python-9.3.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-9.3.0.ebuild b/dev-python/libvirt-python/libvirt-python-9.3.0.ebuild index a27390da716e..0a6e257cf713 100644 --- a/dev-python/libvirt-python/libvirt-python-9.3.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-9.3.0.ebuild @@ -48,6 +48,11 @@ VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libvirt.org.asc distutils_enable_tests pytest +python_compile() { + # setuptools is broken for C extensions, bug #907718 + distutils-r1_python_compile -j1 +} + python_install_all() { if use examples; then dodoc -r examples |
