summaryrefslogtreecommitdiff
path: root/user/py3-pytest
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2018-09-18 02:00:09 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2018-09-18 02:00:09 +0000
commit3eef3c84f5d830f3621d5326577f25bb925abca6 (patch)
tree33a61eeb7b2ccb634d670df35c35a0997c4f2f8e /user/py3-pytest
parentd079f866e1a31f54e0c3f3d76f2f5cc6380a77cb (diff)
parenta13a5cba375dbb9b56d0df2d9f1a78d4709d50a8 (diff)
downloadpackages-3eef3c84f5d830f3621d5326577f25bb925abca6.tar.gz
packages-3eef3c84f5d830f3621d5326577f25bb925abca6.tar.bz2
packages-3eef3c84f5d830f3621d5326577f25bb925abca6.tar.xz
packages-3eef3c84f5d830f3621d5326577f25bb925abca6.zip
Merge branch 'sshfs' into 'master'
Add fuse3, sshfs, and some undeclared dependencies for py3-pytest See merge request !60
Diffstat (limited to 'user/py3-pytest')
-rw-r--r--user/py3-pytest/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/py3-pytest/APKBUILD b/user/py3-pytest/APKBUILD
index 30a26fb30..8d720971e 100644
--- a/user/py3-pytest/APKBUILD
+++ b/user/py3-pytest/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py3-pytest
_pkgname=pytest
pkgver=3.5.1
-pkgrel=0
+pkgrel=1
pkgdesc="A python test library"
url="https://pypi.python.org/pypi/pytest"
arch="noarch"
options="net !check" # Circular dependency with py3-tox. Passes on x86_64
license="MIT"
-depends="python3 py3-py"
+depends="python3 py3-py py3-more-itertools py3-six py3-pluggy py3-attrs"
makedepends="python3-dev"
#checkdepends="py3-tox"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"