Created
February 2, 2011 22:24
-
-
Save gkmngrgn/808582 to your computer and use it in GitHub Desktop.
archserver python patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/python/PKGBUILD b/python/PKGBUILD | |
index 7c25ff2..00f60de 100644 | |
--- a/python/PKGBUILD | |
+++ b/python/PKGBUILD | |
@@ -11,7 +11,8 @@ license=('PSF') | |
url="http://www.python.org" | |
depends=('db>=4.8' 'bzip2' 'gdbm' 'openssl>=0.9.8d' 'zlib' 'expat' 'sqlite3>=3.6.15-2') | |
#makedepends=('tk>=8.5.0') | |
-optdepends=('tk: for IDLE, pynche and modulator') | |
+optdepends=('tk: for IDLE, pynche and modulator' | |
+ 'setuptools: for easy_install') | |
provides=('python2' 'python-elementtree' 'python-ctypes') | |
replaces=('python-elementtree' 'python-ctypes') | |
source=("http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.bz2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment