diff options
author | biao716.wang <biao716.wang@samsung.com> | 2022-11-08 19:24:37 +0900 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2022-11-08 19:34:45 +0900 |
commit | 1581486ef8bd3a30bd30085ec8472de38a042b8f (patch) | |
tree | c96351e62077dc7e846d7e5f2d97b56c2f0e23a4 /debian | |
parent | 24ef1a0189ce85d3425b45d6229959eec9d59cda (diff) | |
download | git-buildpackage-1581486ef8bd3a30bd30085ec8472de38a042b8f.tar.gz git-buildpackage-1581486ef8bd3a30bd30085ec8472de38a042b8f.tar.bz2 git-buildpackage-1581486ef8bd3a30bd30085ec8472de38a042b8f.zip |
replace rfc822 to dateutil
Change-Id: I401cec4eb4057ff54b27ed25d9a32bd0e455cefe
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ac77e57b..afd3198c 100755 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends: python3-nose, python3-pkg-resources, python3-setuptools, + python3-dateutil, sgml2x, librpm-tizen, # For rpm (epydoc) @@ -34,6 +35,7 @@ Depends: ${python3:Depends}, git (>= 1:1.7.9.1-1~), man-db, python3-pkg-resources, + python3-dateutil, #unittest need zipmerge Recommends: pristine-tar (>= 0.5) |