summaryrefslogtreecommitdiffstats
path: root/extra/urwid/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/urwid/Pkgfile')
-rw-r--r--extra/urwid/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/urwid/Pkgfile b/extra/urwid/Pkgfile
index 65e4cc8a1..a821a9655 100644
--- a/extra/urwid/Pkgfile
+++ b/extra/urwid/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://excess.org/urwid
# Maintainer: NuTyX core team
# Packager: Skippythekangoo AT yahoo DOT fr
-# Depends on: python
+# Depends on: python2
name=urwid
version=0.9.9.1
@@ -10,7 +10,7 @@ release=1
source=(http://excess.org/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- python setup.py build install --root=$PKG
+ python2 setup.py build install --root=$PKG
chown 0:0 -R $PKG
}