mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
fix python2-apscheduler
Adding python2-setuptools as dependency (not make dependency - it is required at runtime)
This commit is contained in:
parent
dcbe189ed6
commit
d2a7387995
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ depends=('python2'
|
|||
'python2-pytz'
|
||||
'python2-tzlocal'
|
||||
'python2-futures'
|
||||
'python2-six')
|
||||
'python2-six'
|
||||
'python2-setuptools'
|
||||
)
|
||||
#makedepends=()
|
||||
#provides=()
|
||||
#conflicts=()
|
||||
|
|
Loading…
Reference in a new issue