summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2015-08-27 18:52:09 +0200
committerAndrew Shadura <andrew@shadura.me>2015-08-27 18:58:50 +0200
commit6f091a8654ba2a6b40a9b8a7725eb78e4e284856 (patch)
tree9401f3fc8f9344e83edba56245a758ac2d5960fa /debian/control
parent8864659127afd728d2ae3f10664f65bcda6f7417 (diff)
Use system-provided python*-iniparse
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index f391358..a32537b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
python-nose,
python3-nose,
python-iniparse,
- python-configparser,
+ python3-iniparse,
python-six,
python3-six,
debhelper (>= 9)
@@ -23,7 +23,7 @@ Homepage: http://eugeny.github.io/reconfigure
Package: python-reconfigure
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-configparser
+Depends: ${misc:Depends}, ${python:Depends}, python-iniparse
Provides: ${python:Provides}
Description: simple config file management library (Python 2)
python-reconfigure provides easy and uniform access to various
@@ -74,7 +74,7 @@ Description: simple config file management library (documentation)
Package: python3-reconfigure
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, python3-iniparse
Description: simple config file management library (Python 3)
python-reconfigure provides easy and uniform access to various
kinds of configuration files, easily extendable with custom