Make it depend on distribute instead

This commit is contained in:
Manuel 2012-04-14 11:22:26 +00:00
parent 675b7d18a6
commit 6a7b7658d5
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
pkgname=python-distribute
pkgver=0.6.25
pkgrel=1
pkgrel=2
pkgdesc="A collection of extensions to the Python 2 distutils"
arch=('any')
license=('PSF')

View File

@ -6,11 +6,11 @@
pkgname=python-opengl
pkgver=3.0.1
pkgrel=3
pkgrel=4
pkgdesc="The cross platform Python binding to OpenGL and related APIs"
arch=('any')
license=('BSD')
depends=('python2' 'tk' 'freeglut' 'setuptools')
depends=('python2' 'tk' 'freeglut' 'python-distribute')
provides=('pyopengl' 'python-pyopengl')
conflicts=('pyopengl' 'python-pyopengl')
url="http://pyopengl.sourceforge.net"