summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Wellnitz2016-08-29 20:33:53 +0200
committerPhilip Wellnitz2016-08-29 20:33:53 +0200
commitdacd41a26cb374f5311bddd05d0738cd5312a9b8 (patch)
tree010cadad41220532c5e350082e04712f6eae9368 /PKGBUILD
parent8d3e3cfe51fbac7d829b2eea1230627bb5949306 (diff)
downloadaur-dacd41a26cb374f5311bddd05d0738cd5312a9b8.tar.gz
fix python2-setuptools dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87bf2f4aedaa..8adc12a240f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=cms-germany-git
pkgver=r3228.c3e6321
-pkgrel=3
+pkgrel=4
pkgdesc="CMS, or Contest Management System, is a distributed system for running and (to some extent) organizing a programming contest. This is a fork used for the German IOI team selection process."
arch=('i686' 'x86_64')
url="https://github.com/ioi-germany/cms"
license=('AGPL3')
depends=('postgresql' 'postgresql-client' 'python2'
- 'setuptools' 'python2-tornado' 'python2-psycopg2' 'python2-sqlalchemy'
+ 'python2-setuptools' 'python2-tornado' 'python2-psycopg2' 'python2-sqlalchemy'
'python2-psutil' 'python2-netifaces' 'python2-crypto' 'python2-pytz'
'python2-six' 'iso-codes' 'shared-mime-info' 'python2-beautifulsoup3'
'python2-mechanize' 'python2-mock' 'python2-requests' 'python2-werkzeug'