git » python-tornado.git » commit 457b75f

Replacement of distribute dependency in favour of setuptools

author Felix Yan
2013-08-17 14:38:51 UTC
committer Felix Yan
2013-08-17 14:38:51 UTC
parent b9db62b1c57c7fc0f63de2f5de9936e6f5212503

Replacement of distribute dependency in favour of setuptools

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 690ec4a..89acb9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=('python-tornado' 'python2-tornado')
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='open source version of the scalable, non-blocking web server and tools'
 arch=('any')
 url='http://www.tornadoweb.org/'
 license=('Apache')
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz")
 
 build() {