From 75eb35fbe98af2abfe4ea94113099a1a01738600 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 27 Dec 2023 16:57:06 +0000 Subject: [PATCH] testing/py3-pelican: remove a windows-only dependency See https://github.com/getpelican/pelican/commit/1d0fd456e875d743516b56458ab9767511f3e5d3 --- testing/py3-pelican/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py3-pelican/APKBUILD b/testing/py3-pelican/APKBUILD index 24cb471ef2f..4d1dc50718d 100644 --- a/testing/py3-pelican/APKBUILD +++ b/testing/py3-pelican/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-pelican _pkgname=pelican pkgver=4.9.1 -pkgrel=0 +pkgrel=1 pkgdesc="Static site generator written in Python" url="https://getpelican.com/" arch="noarch" @@ -20,7 +20,6 @@ depends=" py3-unidecode py3-watchfiles py3-markdown - tzdata " makedepends=" py3-gpep517 @@ -30,6 +29,7 @@ makedepends=" checkdepends=" py3-pytest py3-typogrify + tzdata " subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz