summaryrefslogtreecommitdiff
path: root/user/py3-python-dateutil
diff options
context:
space:
mode:
Diffstat (limited to 'user/py3-python-dateutil')
-rw-r--r--user/py3-python-dateutil/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/py3-python-dateutil/APKBUILD b/user/py3-python-dateutil/APKBUILD
index 5b8ee41f1..d9158cac0 100644
--- a/user/py3-python-dateutil/APKBUILD
+++ b/user/py3-python-dateutil/APKBUILD
@@ -9,10 +9,10 @@ pkgrel=0
pkgdesc="Extensions to the standard Python datetime module"
url="https://pypi.python.org/pypi/python-dateutil"
arch="noarch"
+options="!check" # conflict
license="Apache-2.0 AND BSD-3-Clause"
depends="python3"
-makedepends="python3-dev"
-checkdepends="py3-pytest py3-hypothesis py3-freezegun"
+makedepends="python3-dev py3-iniconfig py3-toml"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"