diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:33:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 17:37:59 +0200 |
commit | d2465f8812a8427fef9d76ae9e145cabbc8b633a (patch) | |
tree | e076462f15416d9bcb07e6ce3f61025a5c57d744 /dev-python | |
parent | dev-python/sortedcontainers: Remove python2 (diff) | |
download | gentoo-d2465f8812a8427fef9d76ae9e145cabbc8b633a.tar.gz gentoo-d2465f8812a8427fef9d76ae9e145cabbc8b633a.tar.bz2 gentoo-d2465f8812a8427fef9d76ae9e145cabbc8b633a.zip |
dev-python/setuptools: Pull setuptools_scm for py3 only
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/setuptools/setuptools-46.4.0-r3.ebuild (renamed from dev-python/setuptools/setuptools-46.4.0-r2.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-46.4.0-r2.ebuild b/dev-python/setuptools/setuptools-46.4.0-r3.ebuild index b08de43c8918..f42864c53f39 100644 --- a/dev-python/setuptools/setuptools-46.4.0-r2.ebuild +++ b/dev-python/setuptools/setuptools-46.4.0-r3.ebuild @@ -35,7 +35,9 @@ BDEPEND=" # it early PDEPEND=" >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/setuptools_scm[${PYTHON_USEDEP}] + ' -3)" # Force in-source build because build system modifies sources. DISTUTILS_IN_SOURCE_BUILD=1 |