mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:57:14 +08:00
Make it depend on distribute instead
This commit is contained in:
parent
675b7d18a6
commit
6a7b7658d5
@ -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')
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user