Merge pull request #1016 from jarondl/fix-apscheduler

fix python2-apscheduler
This commit is contained in:
Kevin Mihelich 2014-11-07 14:53:25 -07:00
commit 9b1de87df2

View file

@ -16,7 +16,9 @@ depends=('python2'
'python2-pytz' 'python2-pytz'
'python2-tzlocal' 'python2-tzlocal'
'python2-futures' 'python2-futures'
'python2-six') 'python2-six'
'python2-setuptools'
)
#makedepends=() #makedepends=()
#provides=() #provides=()
#conflicts=() #conflicts=()