Skip to content
Snippets Groups Projects
Unverified Commit 77acb085 authored by alice's avatar alice
Browse files

community/py3-nose: add 2to3 conversion

parent a02ff5cb
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
pkgname=py3-nose
_pkgname=nose
pkgver=1.3.7
pkgrel=8
pkgrel=9
pkgdesc="Python3 unittest module"
url="https://nose.readthedocs.io/en/latest/"
arch="noarch"
......@@ -34,6 +34,7 @@ prepare() {
}
build() {
2to3 -w bin/* nose
python3 setup.py build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment