diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-21 16:11:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-21 16:14:05 +0200 |
commit | f1f6b4163a1f5c87bdd06e0122273fb9cbb15f78 (patch) | |
tree | 904a60b3c63d355a4e56d9da4be1aa182acbf642 /dev-python/debtcollector | |
parent | dev-python/netaddr: Enable py3.11 (diff) | |
download | gentoo-f1f6b4163a1f5c87bdd06e0122273fb9cbb15f78.tar.gz gentoo-f1f6b4163a1f5c87bdd06e0122273fb9cbb15f78.tar.bz2 gentoo-f1f6b4163a1f5c87bdd06e0122273fb9cbb15f78.zip |
dev-python/debtcollector: Remove unnecessary subunit dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/debtcollector')
-rw-r--r-- | dev-python/debtcollector/debtcollector-2.5.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild b/dev-python/debtcollector/debtcollector-2.5.0.ebuild index 5d8a4d52f930..ade8e03cb2bc 100644 --- a/dev-python/debtcollector/debtcollector-2.5.0.ebuild +++ b/dev-python/debtcollector/debtcollector-2.5.0.ebuild @@ -9,7 +9,11 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Python deprecation patterns and strategies that collect technical debt" -HOMEPAGE="https://www.openstack.org/" +HOMEPAGE=" + https://opendev.org/openstack/debtcollector/ + https://github.com/openstack/debtcollector/ + https://pypi.org/project/debtcollector/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" @@ -22,7 +26,6 @@ RDEPEND=" BDEPEND=" >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] test? ( - dev-python/subunit[${PYTHON_USEDEP}] dev-python/testtools[${PYTHON_USEDEP}] dev-python/fixtures[${PYTHON_USEDEP}] ) |