diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-03 06:33:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-03 06:53:13 +0100 |
commit | 20a310b95d42e4ccef8eaa539c7654c39394a0cb (patch) | |
tree | ce2c4b5ed8ee6ac8acf45190b83fadce909883ca /dev-python/pytest-xdist | |
parent | dev-python/setuptools_scm: Use pypi.eclass (diff) | |
download | gentoo-20a310b95d42e4ccef8eaa539c7654c39394a0cb.tar.gz gentoo-20a310b95d42e4ccef8eaa539c7654c39394a0cb.tar.bz2 gentoo-20a310b95d42e4ccef8eaa539c7654c39394a0cb.zip |
Rename dev-python/{setuptools_scm → setuptools-scm}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild index 79998a7b102e..95d4d9ebd5ea 100644 --- a/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-3.1.0.ebuild @@ -27,7 +27,7 @@ RDEPEND=" " BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] + dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( dev-python/filelock[${PYTHON_USEDEP}] ) diff --git a/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild index 8314ef05220f..c3bc7d37a95e 100644 --- a/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-3.2.0.ebuild @@ -27,7 +27,7 @@ RDEPEND=" " BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] + dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( dev-python/filelock[${PYTHON_USEDEP}] ) |