python3-xdg: remove python3-xdg-variables conflict

This commit is contained in:
Andrew J. Hesford 2023-10-10 21:57:41 -04:00 committed by Andrew J. Hesford
parent 166ca8ec30
commit 2003dcf59f

View file

@ -1,7 +1,7 @@
# Template file for 'python3-xdg'
pkgname=python3-xdg
version=0.28
revision=3
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
@ -13,4 +13,4 @@ distfiles="${PYPI_SITE}/p/pyxdg/pyxdg-${version}.tar.gz"
checksum=3267bb3074e934df202af2ee0868575484108581e6f3cb006af1da35395e88b4
# Both provide Python module xdg.
conflicts="python3-xdg-variables"
conflicts="python3-xdg-variables<6.0.1_1"