[Python-modules-commits] [python-testing.postgresql] 01/01: Depend	on postgresql.
    Dominik George 
    natureshadow-guest at moszumanska.debian.org
       
    Thu Oct 13 12:11:57 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository python-testing.postgresql.
commit b6b123979a49b398a26ede3120b93431720cd4cd
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Oct 13 14:11:50 2016 +0200
    Depend on postgresql.
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/debian/control b/debian/control
index ebcc068..65f24b1 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-testi
 Package: python-testing.postgresql
 Architecture: all
 Depends:
+ postgresql,
  ${misc:Depends},
  ${python:Depends},
 Description: Python testing.* framework - PostgreSQL helpers (Python 2)
@@ -46,6 +47,7 @@ Description: Python testing.* framework - PostgreSQL helpers (Python 2)
 Package: python3-testing.postgresql
 Architecture: all
 Depends:
+ postgresql,
  ${misc:Depends},
  ${python3:Depends},
 Description: Python testing.* framework - PostgreSQL helpers (Python 3)
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-testing.postgresql.git
    
    
More information about the Python-modules-commits
mailing list