diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-01-03 17:21:39 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-01-03 17:22:00 -0500 |
commit | 631cab55e23eac9ccba6aa11a2b49b817fee3fcb (patch) | |
tree | 412b659387e7957a008b6b5a670b384cd2fb4cd6 /dev-python | |
parent | sys-boot/vboot-utils: remove old versions (diff) | |
download | gentoo-631cab55e23eac9ccba6aa11a2b49b817fee3fcb.tar.gz gentoo-631cab55e23eac9ccba6aa11a2b49b817fee3fcb.tar.bz2 gentoo-631cab55e23eac9ccba6aa11a2b49b817fee3fcb.zip |
dev-python/py: depend on setuptools_scm
Closes: https://bugs.gentoo.org/664210
Package-Manager: Portage-2.3.53_p6, Repoman-2.3.12_p37
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/py/py-1.5.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/py/py-1.5.4.ebuild b/dev-python/py/py-1.5.4.ebuild index 7c66f0c5e3c8..bb1ec2404073 100644 --- a/dev-python/py/py-1.5.4.ebuild +++ b/dev-python/py/py-1.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ IUSE="doc test" RDEPEND="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" |