Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lockfile/
Date: Fri, 07 Aug 2020 01:11:14
Message-Id: 1596762610.57130eaf2c73f8a716b20b7815a073c9906bd775.sam@gentoo
1 commit: 57130eaf2c73f8a716b20b7815a073c9906bd775
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 00:52:35 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 01:10:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57130eaf
7
8 dev-python/lockfile: pbr is BDEPEND-only
9
10 We don't need pbr at runtime.
11
12 URL: https://bugs.launchpad.net/pylockfile/+bug/1506679
13 Package-Manager: Portage-3.0.1, Repoman-2.3.23
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
20 index 9cab46e092f..43174f8deec 100644
21 --- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
22 +++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild
23 @@ -15,7 +15,7 @@ LICENSE="MIT"
24 SLOT="0"
25 KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
26
27 -DEPEND=">dev-python/pbr-1.8[${PYTHON_USEDEP}]"
28 +BDEPEND=">dev-python/pbr-1.8[${PYTHON_USEDEP}]"
29
30 distutils_enable_tests nose
31 distutils_enable_sphinx doc/source --no-autodoc