Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 2 years ago
parent
commit
23f0c7f4e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -11,7 +11,7 @@ pkgver() {
 		date +%Y%m%d;
 	fi;}
 pkgrel=4
-makedepends=('git' 'python2')
+makedepends=('git' 'python2' 'python2-setuptools')
 pkgdesc='A command line tool for downloading TI calculator software from www.ticalc.org'
 license=('MIT')
 arch=('any')