summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCiD-2022-01-17 10:50:42 -0500
committerCiD-2022-01-17 10:50:42 -0500
commit3d29f9252fc7555122ba1f515dc4975508ba9245 (patch)
tree40bf722b5da0781c850a4b7267c451afbb05ac5e /PKGBUILD
parentfcbcb1daaa0d4a824a965e3fc4d3373889b2d817 (diff)
downloadaur-3d29f9252fc7555122ba1f515dc4975508ba9245.tar.gz
added dependency: python2-gobject
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d352fcb657d4..5316a23787bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ url="http://linuxcnc.org"
depends=('bc'
'bwidget'
'libxaw'
- 'boost-python2'
+ 'boost-python2'
+ 'python2-gobject'
'python2-imaging'
'python2-yapps2'
'tkimg'