Browse Source

corrected duplicate misc-depends and added python-depends instead

Helmut Pozimski 10 years ago
parent
commit
fddfba2ff6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/control

+ 1 - 1
debian/control

@@ -9,7 +9,7 @@ Standards-Version: 3.9.4
 
 Package: stdd
 Architecture: all
-Depends:  ${misc:Depends}, ${misc:Depends}, python (>= 2.7), python-smbus, i2c-tools, python-prctl
+Depends:  ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-smbus, i2c-tools, python-prctl
 Description: simple time display daemon
  stdd is a small daemon written in python which displays
  the current time on a 7 segment display from Adafruit attached via i2c