python-traitlets: Added python-decorator and python-ipython_genutils as dependency

This commit is contained in:
Ryuta Suzuki
2016-04-05 11:22:38 +09:00
parent 142de486bf
commit a68337eba2

View File

@@ -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