summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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