diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-11-04 00:06:31 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-04 00:14:59 +0100 |
commit | 583bc707ae42da22db9f582680e496367fb27180 (patch) | |
tree | a987cafb681c1d3e4e85a2caad423cf767f52379 /net-im | |
parent | net-im/transwhat: migrate to pep517 (diff) | |
download | gentoo-583bc707ae42da22db9f582680e496367fb27180.tar.gz gentoo-583bc707ae42da22db9f582680e496367fb27180.tar.bz2 gentoo-583bc707ae42da22db9f582680e496367fb27180.zip |
net-im/yowsup: migrate to pep517
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/yowsup/yowsup-3.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/yowsup/yowsup-3.3.0.ebuild b/net-im/yowsup/yowsup-3.3.0.ebuild index d689416539a7..b6c39a1cea9c 100644 --- a/net-im/yowsup/yowsup-3.3.0.ebuild +++ b/net-im/yowsup/yowsup-3.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DISTUTILS_USE_SETUPTOOLS="bdepend" +DISTUTILS_USE_PEP517="setuptools" PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="readline" |