diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-02-05 16:35:36 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-02-05 16:35:36 +1100 |
commit | 09c14b9c8873adc872c5b79453b411152da8ec1f (patch) | |
tree | 7fdae99ff92b44beff670d39da48148104bbaad6 /mysql-python | |
parent | 9be612a069839b80f3d03e63d910184e28ac1b43 (diff) | |
download | opt-09c14b9c8873adc872c5b79453b411152da8ec1f.tar.gz opt-09c14b9c8873adc872c5b79453b411152da8ec1f.tar.xz |
update dependencies: setuptools -> python-setuptools
Diffstat (limited to 'mysql-python')
-rw-r--r-- | mysql-python/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-python/Pkgfile b/mysql-python/Pkgfile index 730c95ea2..11dc84859 100644 --- a/mysql-python/Pkgfile +++ b/mysql-python/Pkgfile @@ -1,7 +1,7 @@ # Description: MySQL interface for Python # URL: http://sourceforge.net/projects/mysql-python/ # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: setuptools mysql +# Depends on: python-setuptools mysql name=mysql-python version=1.2.5 |