dev-python/setuptools: restore comment + add bug ref for setuptools_scm PDEPEND

See e96c1d113f.

Eli noticed that the comment had got lost here & it wasn't particularly
descriptive, so restore the comment and add a bug reference.

Bug: https://bugs.gentoo.org/663324
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-09-01 01:55:20 +01:00
parent 780796232d
commit b3e9f8fd45
2 changed files with 4 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ BDEPEND="
' "${PYTHON_TESTED[@]}")
)
"
# setuptools-scm is here because installing plugins apparently breaks stuff at
# runtime, so let's pull it early. See bug #663324.
PDEPEND="
>=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
dev-python/setuptools-scm[${PYTHON_USEDEP}]

View File

@@ -56,6 +56,8 @@ BDEPEND="
' "${PYTHON_TESTED[@]}")
)
"
# setuptools-scm is here because installing plugins apparently breaks stuff at
# runtime, so let's pull it early. See bug #663324.
PDEPEND="
>=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
dev-python/setuptools-scm[${PYTHON_USEDEP}]