mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
Merge pull request #1016 from jarondl/fix-apscheduler
fix python2-apscheduler
This commit is contained in:
commit
9b1de87df2
1 changed files with 3 additions and 1 deletions
|
@ -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=()
|
||||||
|
|
Loading…
Reference in a new issue