summaryrefslogtreecommitdiff
path: root/xdgmenumaker
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-01-05 10:04:27 -0500
committerB Stack <bgstack15@gmail.com>2020-01-05 10:04:27 -0500
commitcc6b5d2a3673f33deba579a74057868a1430b34f (patch)
treecfbbf63eb7d0d60ef4f7c02d2e8c09ef67c0c970 /xdgmenumaker
parentadd xdgmenumaker, at v 1.5 (diff)
downloadstackrpms-cc6b5d2a3673f33deba579a74057868a1430b34f.tar.gz
stackrpms-cc6b5d2a3673f33deba579a74057868a1430b34f.tar.bz2
stackrpms-cc6b5d2a3673f33deba579a74057868a1430b34f.zip
add dependencies
Diffstat (limited to 'xdgmenumaker')
-rw-r--r--xdgmenumaker/debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/xdgmenumaker/debian/control b/xdgmenumaker/debian/control
index d63f95f..91d403d 100644
--- a/xdgmenumaker/debian/control
+++ b/xdgmenumaker/debian/control
@@ -13,10 +13,10 @@ Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
python3,
-# let us see if dh-python generates these requirements
-# python3-xdg,
-# python3-gi
+ python3-xdg,
+ python3-gi
# for python2:
+# python2
# python-gi
# python-gtk2
Suggests:
bgstack15