diff options
author | Sam James <sam@gentoo.org> | 2020-08-07 00:52:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-07 01:10:10 +0000 |
commit | 57130eaf2c73f8a716b20b7815a073c9906bd775 (patch) | |
tree | 7de557b55fb73bc978693c6104d14358c7dcdca6 /dev-python/lockfile/lockfile-0.12.2-r2.ebuild | |
parent | dev-python/libcloud: vbump 3.1.0, port to py3.9 (diff) | |
download | gentoo-57130eaf2c73f8a716b20b7815a073c9906bd775.tar.gz gentoo-57130eaf2c73f8a716b20b7815a073c9906bd775.tar.bz2 gentoo-57130eaf2c73f8a716b20b7815a073c9906bd775.zip |
dev-python/lockfile: pbr is BDEPEND-only
We don't need pbr at runtime.
URL: https://bugs.launchpad.net/pylockfile/+bug/1506679
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/lockfile/lockfile-0.12.2-r2.ebuild')
-rw-r--r-- | dev-python/lockfile/lockfile-0.12.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild index 9cab46e092f7..43174f8deec9 100644 --- a/dev-python/lockfile/lockfile-0.12.2-r2.ebuild +++ b/dev-python/lockfile/lockfile-0.12.2-r2.ebuild @@ -15,7 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" -DEPEND=">dev-python/pbr-1.8[${PYTHON_USEDEP}]" +BDEPEND=">dev-python/pbr-1.8[${PYTHON_USEDEP}]" distutils_enable_tests nose distutils_enable_sphinx doc/source --no-autodoc |