Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Fix the dependencies of python-isort from empty to: Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
diff -Nru isort-4.2.5+ds1/debian/changelog isort-4.2.5+ds1/debian/changelog --- isort-4.2.5+ds1/debian/changelog 2016-07-20 01:31:43.000000000 +0300 +++ isort-4.2.5+ds1/debian/changelog 2018-03-19 21:29:21.000000000 +0200 @@ -1,3 +1,10 @@ +isort (4.2.5+ds1-2+deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Fix the dependencies of python-isort. (Closes: #884682) + + -- Adrian Bunk <b...@debian.org> Mon, 19 Mar 2018 21:29:21 +0200 + isort (4.2.5+ds1-2) unstable; urgency=medium * Add python-isort package for Python 2 module (closes: #802582). diff -Nru isort-4.2.5+ds1/debian/control isort-4.2.5+ds1/debian/control --- isort-4.2.5+ds1/debian/control 2016-07-20 01:32:16.000000000 +0300 +++ isort-4.2.5+ds1/debian/control 2018-03-19 21:29:21.000000000 +0200 @@ -33,7 +33,7 @@ Package: python-isort Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, ${python:Depends} Description: library for sorting Python imports (Python 2) isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections. It provides a command line