Skip to content

Commit

Permalink
app-emulation/cloud-init: use DISTUTILS_USE_SETUPTOOLS
Browse files Browse the repository at this point in the history
closes: https://bugs.gentoo.org/746074
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Oct 2, 2020
1 parent 0ce03a9 commit bc0e39e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-emulation/cloud-init/cloud-init-19.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

EAPI=7
PYTHON_COMPAT=( python3_6 python3_7 )
DISTUTILS_USE_SETUPTOOLS=rdepend

inherit distutils-r1

Expand All @@ -28,7 +29,6 @@ CDEPEND="
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${CDEPEND}
>=dev-python/httpretty-0.7.1[${PYTHON_USEDEP}]
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/cloud-init/cloud-init-20.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

EAPI=7
PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
DISTUTILS_USE_SETUPTOOLS=rdepend

inherit distutils-r1

Expand Down Expand Up @@ -34,7 +35,6 @@ CDEPEND="
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${CDEPEND}
>=dev-python/httpretty-0.7.1[${PYTHON_USEDEP}]
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/cloud-init/cloud-init-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

EAPI=7
PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
DISTUTILS_USE_SETUPTOOLS=rdepend

inherit distutils-r1

Expand Down Expand Up @@ -34,7 +35,6 @@ CDEPEND="
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${CDEPEND}
>=dev-python/httpretty-0.7.1[${PYTHON_USEDEP}]
Expand Down

0 comments on commit bc0e39e

Please sign in to comment.