python-traitlets: Added python-decorator and python-ipython_genutils as dependency
This commit is contained in:
@@ -46,7 +46,8 @@ check() {
|
||||
|
||||
package_python3-traitlets() {
|
||||
depends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-python3>=3.5.0" "${MINGW_PACKAGE_PREFIX}-python3<3.6.0"
|
||||
"${MINGW_PACKAGE_PREFIX}-python3-ipython_genutils"
|
||||
"${MINGW_PACKAGE_PREFIX}-python3-decorator"
|
||||
)
|
||||
|
||||
cd ${srcdir}/${_realname}-${pkgver}
|
||||
@@ -56,7 +57,8 @@ package_python3-traitlets() {
|
||||
|
||||
package_python2-traitlets() {
|
||||
depends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-python2>=2.7.0"
|
||||
"${MINGW_PACKAGE_PREFIX}-python2-ipython_genutils"
|
||||
"${MINGW_PACKAGE_PREFIX}-python2-decorator"
|
||||
)
|
||||
|
||||
cd ${srcdir}/${_realname}-${pkgver}-py2
|
||||
|
||||
Reference in New Issue
Block a user