index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-01-17 01:05:59 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-01-17 01:06:28 +0200 |
commit | aac8d5ed5dfaf86ecad6dab55734fe91381b7f8b (patch) | |
tree | 3e45f72aa3396a8cd485c7c697e5c7d40b75d816 | |
parent | 287e1953d0a650481f1aed8524783aa1a217fec9 (diff) |
-rw-r--r-- | extra/python-dateutil/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/python-trove-classifiers/PKGBUILD | 2 |
diff --git a/extra/python-dateutil/PKGBUILD b/extra/python-dateutil/PKGBUILD new file mode 100644 index 00000000..2699de09 --- /dev/null +++ b/extra/python-dateutil/PKGBUILD @@ -0,0 +1,4 @@ +# Break dependency cycle between dateutil and hypothesis +unset check +unset checkdepends + diff --git a/extra/python-trove-classifiers/PKGBUILD b/extra/python-trove-classifiers/PKGBUILD index a4e37af2..2ec89dc0 100644 --- a/extra/python-trove-classifiers/PKGBUILD +++ b/extra/python-trove-classifiers/PKGBUILD @@ -1,4 +1,4 @@ -# Try to break the dependency cicle for iniconfig +# Try to break the dependency cycle for iniconfig unset check unset checkdepends |