Skip to content

Instantly share code, notes, and snippets.

@gkmngrgn
Created February 2, 2011 22:24
Show Gist options
  • Save gkmngrgn/808582 to your computer and use it in GitHub Desktop.
Save gkmngrgn/808582 to your computer and use it in GitHub Desktop.
archserver python patch
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