[Python-modules-commits] [systemfixtures] 01/02: Fix python 3 substvars
Free Ekanayaka
freee at moszumanska.debian.org
Fri Nov 4 22:35:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
freee pushed a commit to branch master
in repository systemfixtures.
commit b9dbcc1bd6b6853a14c8e0bef67ae8d94c85b85b
Author: Free Ekanayaka <freee at debian.org>
Date: Fri Nov 4 22:21:40 2016 +0000
Fix python 3 substvars
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 4bd03e7..1ddb892 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Description: Test fixtures providing fake versions of various system resources
Package: python3-systemfixtures
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: Test fixtures providing fake versions of various system resources
A collection of Python fixtures to fake out various system resources such
as processes, users, groups, etc.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/systemfixtures.git
More information about the Python-modules-commits
mailing list