[Python-modules-commits] [pytest-pep8] 02/02: Fix pytest dependency of python3-pytest-pep8.

Felix Geyer fgeyer at moszumanska.debian.org
Tue Jun 20 06:46:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository pytest-pep8.

commit 6dc3a20647f666cabeb6870d9675af058843fc12
Author: Felix Geyer <felix.geyer at credativ.de>
Date:   Tue Jun 20 08:46:03 2017 +0200

    Fix pytest dependency of python3-pytest-pep8.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 157d2ff..1a7558e 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Description: pytest plugin to check PEP8 requirements
 
 Package: python3-pytest-pep8
 Architecture: all
-Depends: python-pytest, python3-pep8, ${misc:Depends}, ${python3:Depends}
+Depends: python3-pep8, python3-pytest, ${misc:Depends}, ${python3:Depends}
 Description: pytest plugin to check PEP8 requirements
  py.test plugin for efficiently checking PEP8 compliance such as:
    - Code layout

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-pep8.git



More information about the Python-modules-commits mailing list