diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-22 17:23:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-22 17:28:07 +0200 |
commit | 6ac56d95f192eeb0ec1d2d094cf6b937d90d10a1 (patch) | |
tree | 827140a6961e791894eba6cb91ce2459a183f3be /dev-python/setuptools-rust | |
parent | x11-misc/shared-mime-info: sparc stable wrt bug #838505 (diff) | |
download | gentoo-6ac56d95f192eeb0ec1d2d094cf6b937d90d10a1.tar.gz gentoo-6ac56d95f192eeb0ec1d2d094cf6b937d90d10a1.tar.bz2 gentoo-6ac56d95f192eeb0ec1d2d094cf6b937d90d10a1.zip |
dev-python/setuptools-rust: Add a blocker on python-distutils-extra
Bug: https://bugs.gentoo.org/840122
Bug: https://github.com/PyO3/setuptools-rust/issues/221
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools-rust')
-rw-r--r-- | dev-python/setuptools-rust/setuptools-rust-1.2.0-r1.ebuild (renamed from dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild) | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild b/dev-python/setuptools-rust/setuptools-rust-1.2.0-r1.ebuild index 7597871a85bb..260d1c72709b 100644 --- a/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild +++ b/dev-python/setuptools-rust/setuptools-rust-1.2.0-r1.ebuild @@ -118,6 +118,12 @@ BDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] ) " +# there seems to be a problem with setuptools-rust and python-distutils-extra +# being installed simultaneously +# https://github.com/PyO3/setuptools-rust/issues/221 +RDEPEND+=" + !!dev-python/python-distutils-extra +" src_unpack() { cargo_src_unpack |