From 66a0f8f10735abf173fb12f7e8f9029282a3bbdf Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 21 Aug 2019 10:00:42 +0200 Subject: [PATCH] Revert "python3: Replace python3-virtualenv package" This reverts commit a934b5a5d1d50e71d4f27e3036c0711e16b397e8. python3 doesn't provide a virtualenv command --- mingw-w64-python3/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mingw-w64-python3/PKGBUILD b/mingw-w64-python3/PKGBUILD index f9868605d3..f4303c679a 100644 --- a/mingw-w64-python3/PKGBUILD +++ b/mingw-w64-python3/PKGBUILD @@ -16,13 +16,10 @@ _realname=python3 pkgbase="mingw-w64-${_realname}" pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -provides=("${MINGW_PACKAGE_PREFIX}-python3-virtualenv") -conflicts=("${MINGW_PACKAGE_PREFIX}-python3-virtualenv" - "${MINGW_PACKAGE_PREFIX}-python2<2.7.16-7") -replaces=("${MINGW_PACKAGE_PREFIX}-python3-virtualenv") +conflicts=("${MINGW_PACKAGE_PREFIX}-python2<2.7.16-7") _pybasever=3.7 pkgver=${_pybasever}.4 -pkgrel=7 +pkgrel=8 pkgdesc="A high-level scripting language (mingw-w64)" arch=('any') license=('PSF')