diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-13 16:39:54 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-13 16:42:08 +0100 |
commit | 0ca9a8435bcc728fb4fea82f891b9d0b9e793aed (patch) | |
tree | 637f7ec25086fc865ec6ddbff319e29080856a9d /dev-python | |
parent | dev-python/mss: fix DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-0ca9a8435bcc728fb4fea82f891b9d0b9e793aed.tar.gz gentoo-0ca9a8435bcc728fb4fea82f891b9d0b9e793aed.tar.bz2 gentoo-0ca9a8435bcc728fb4fea82f891b9d0b9e793aed.zip |
dev-python/pweave: fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/812896
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pweave/pweave-0.30.3-r1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/pweave/pweave-0.30.3-r1.ebuild b/dev-python/pweave/pweave-0.30.3-r1.ebuild index fa40ea257494..49d90a3f166d 100644 --- a/dev-python/pweave/pweave-0.30.3-r1.ebuild +++ b/dev-python/pweave/pweave-0.30.3-r1.ebuild @@ -5,8 +5,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - inherit distutils-r1 MY_PN="Pweave" |