summaryrefslogtreecommitdiffstats
path: root/extra/urwid/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 13:54:53 +0000
committersibel <lesibel@free.fr>2010-12-29 13:54:53 +0000
commit2a374e8ee1e954c91e48edb2f70116db02490f54 (patch)
tree25ac306436e06bad5790425330f42f1d8c8b209b /extra/urwid/Pkgfile
parent997301436885fa14ee81ee317716ec8f9783e5fe (diff)
downloadnutyx-extra-2a374e8ee1e954c91e48edb2f70116db02490f54.tar.gz
nutyx-extra-2a374e8ee1e954c91e48edb2f70116db02490f54.tar.bz2
nutyx-extra-2a374e8ee1e954c91e48edb2f70116db02490f54.tar.xz
nutyx-extra-2a374e8ee1e954c91e48edb2f70116db02490f54.zip
urwid#0.9.9.1-1, maj python
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
}