commit:     f1f6b4163a1f5c87bdd06e0122273fb9cbb15f78
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 14:11:05 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 21 14:14:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f6b416

dev-python/debtcollector: Remove unnecessary subunit dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/debtcollector/debtcollector-2.5.0.ebuild | 7 +++++--
 1 file 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}]
        )

Reply via email to