diff --git a/debian/changelog b/debian/changelog index da83fd6..fa0d28e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ +repomd (0.2.1-1+swh2) unstable-swh; urgency=medium + + * Drop unneeded and missing dependency and bump new release. + + -- Antoine R. Dumont (@ardumont) Mon, 02 Jan 2023 15:47:00 +0100 + repomd (0.2.1-1+swh1) unstable-swh; urgency=medium * Initial release. -- Antoine R. Dumont (@ardumont) Mon, 02 Jan 2023 15:47:00 +0100 diff --git a/debian/control b/debian/control index f03ee47..b9a93ee 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,23 @@ Source: repomd Section: python Priority: optional Maintainer: Software Heritage Developers Build-Depends: debhelper (>= 11), dh-python (>= 2), python3-all, python3-lxml, python3-defusedxml, python3-pytest, python3-pytest-cov, - python3-pytest-flake8, python3-setuptools, Standards-Version: 4.1.3 Homepage: https://github.com/carlwgeorge/repomd Package: python3-repomd Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Python library for parsing dnf/yum repositories This library provides an object-oriented interface to get information out of dnf/yum repositories.