Fix python packages sc ripts

This commit is contained in:
Alexey Pavlov
2016-04-05 14:23:47 +03:00
parent e90a160795
commit f01d0e501d
6 changed files with 12 additions and 32 deletions

View File

@@ -33,9 +33,7 @@ build() {
}
package_python3-ipython_genutils() {
depends=(
"${MINGW_PACKAGE_PREFIX}-python3>=3.5.0" "${MINGW_PACKAGE_PREFIX}-python3<3.6.0"
)
depends=("${MINGW_PACKAGE_PREFIX}-python3")
cd ${srcdir}/${_realname}-${pkgver}
MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \
@@ -43,9 +41,7 @@ package_python3-ipython_genutils() {
}
package_python2-ipython_genutils() {
depends=(
"${MINGW_PACKAGE_PREFIX}-python2>=2.7.0"
)
depends=("${MINGW_PACKAGE_PREFIX}-python2")
cd ${srcdir}/${_realname}-${pkgver}-py2
MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \