diff options
author | Sam James <sam@gentoo.org> | 2023-09-01 01:55:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-01 01:55:20 +0100 |
commit | b3e9f8fd458a77e067ccb50f8a7f0cd29587c18c (patch) | |
tree | 207c8e7e674f433bacc7d0701577ed576d355899 /dev-python/setuptools | |
parent | app-emacs/markdown-mode: remove old patch (diff) | |
download | gentoo-b3e9f8fd458a77e067ccb50f8a7f0cd29587c18c.tar.gz gentoo-b3e9f8fd458a77e067ccb50f8a7f0cd29587c18c.tar.bz2 gentoo-b3e9f8fd458a77e067ccb50f8a7f0cd29587c18c.zip |
dev-python/setuptools: restore comment + add bug ref for setuptools_scm PDEPEND
See e96c1d113f47ac076ee71b951afebe3515850918.
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>
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-68.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-68.1.2.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/setuptools/setuptools-68.0.0-r1.ebuild b/dev-python/setuptools/setuptools-68.0.0-r1.ebuild index 6490d47fbadd..3f796e7f5584 100644 --- a/dev-python/setuptools/setuptools-68.0.0-r1.ebuild +++ b/dev-python/setuptools/setuptools-68.0.0-r1.ebuild @@ -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}] diff --git a/dev-python/setuptools/setuptools-68.1.2.ebuild b/dev-python/setuptools/setuptools-68.1.2.ebuild index 472b35c2a51b..dff9ddb41cae 100644 --- a/dev-python/setuptools/setuptools-68.1.2.ebuild +++ b/dev-python/setuptools/setuptools-68.1.2.ebuild @@ -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}] |