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

main/py3-extras: disable check due to circular dep

parent 73e8aeb6
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname
builddir="$srcdir"/$_pkgname-$pkgver
replaces="py-extras" # Backwards Compatibility
provides="py-extras=$pkgver-r$pkgrel" # Backwards Compatibility
options="!check" # py3-testtools depends on this
build() {
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