Fix python packages sc ripts
This commit is contained in:
@@ -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=" \
|
||||
|
||||
Reference in New Issue
Block a user