[arch-commits] Commit in python2-dnspython/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Wed Nov 25 14:53:27 UTC 2015
Date: Wednesday, November 25, 2015 @ 15:53:26
Author: spupykin
Revision: 147789
python->python2
Modified:
python2-dnspython/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-25 14:51:28 UTC (rev 147788)
+++ PKGBUILD 2015-11-25 14:53:26 UTC (rev 147789)
@@ -15,7 +15,7 @@
check() {
cd $srcdir/dnspython-$pkgver
- make -C tests check
+ make -C tests check PYTHON=python2
}
package() {
More information about the arch-commits
mailing list