summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-12-23 10:02:30 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2018-12-23 10:02:30 +0100
commit057fbe8c26d2faae72f727b89b27bc0cbac8a273 (patch)
treeddb55deeaf2713ff65126af9455fb8ad64be4460
parent0a8cf7ad9e679b196cedc90d327c8a7fbb197b83 (diff)
Long description
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index d91e879..6ba5fa6 100644
--- a/debian/control
+++ b/debian/control
@@ -16,9 +16,9 @@ Homepage: https://github.com/balloob/voluptuous-serialize
Package: python3-voluptuous-serialize
Architecture: all
Depends: ${python3:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ python3-voluptuous
Description: Code for converting voluptuous schemas to Python dictionaries
- x
- x
- .
- x
+ Voluptuous is used to validate data coming into Python. This package allows
+ converting these rules to a straightforward Python dict, which then can be
+ exported to a text file.