[Python-modules-commits] [python-daemonocle] 01/01: fixed psutil dependency

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Fri May 6 18:08:52 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-daemonocle.

commit abf5247144e3896bbef6bea2379e3460137182b3
Author: Adrian Alves <aalves at gmail.com>
Date:   Fri May 6 15:08:42 2016 -0300

    fixed psutil dependency
---
 debian/control | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index 75c440d..9982c10 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
                python-setuptools,
+ 	       python-psutil,
+               python3-psutil,
                python3-all,
                python3-setuptools
 Standards-Version: 3.9.7
@@ -23,6 +25,7 @@ Depends: ${shlibs:Depends},
  ${misc:Depends}, 
  ${python:Depends},
  python-psutil,
+ python3-psutil,
  python-click
 XB-Python-Version: ${python:Versions}
 Description: Library for creating super fancy Unix daemons

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



More information about the Python-modules-commits mailing list