summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2015-08-21 17:34:18 +0200
committerAndrew Shadura <andrew@shadura.me>2015-08-21 17:34:18 +0200
commit6b312e899c8d593c9f3eb5fa1d55c8b2d2e59cb5 (patch)
treeb45381eafdc6914b7ba4b1d3a0e7d15e97694c3b
parent6e6a171e5e103289e0c77e887bf29dff3c591aa4 (diff)
(Build-)Depend on python-iniparse and python-configparser.
-rw-r--r--debian/control5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 5c8b8b8..fd941ee 100644
--- a/debian/control
+++ b/debian/control
@@ -9,13 +9,16 @@ Build-Depends:
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
python-chardet,
python-nose,
+ python-iniparse,
+ python-configparser,
+ python-six,
debhelper (>= 9)
Standards-Version: 3.9.4
Homepage: http://eugeny.github.io/reconfigure
Package: python-reconfigure
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-configparser
Provides: ${python:Provides}
Description: simple config file management library
python-reconfigure provides easy and uniform access to various