python3Packages.django_5_1: don't depend on pywatchman

This commit is contained in:
Robert Schütz
2025-06-09 12:56:32 -07:00
parent f6aae0c526
commit 4204a46b22
@@ -33,7 +33,6 @@
pylibmc,
pymemcache,
python,
pywatchman,
pyyaml,
pytz,
redis,
@@ -108,7 +107,6 @@ buildPythonPackage rec {
pillow
pylibmc
pymemcache
pywatchman
pyyaml
pytz
redis
@@ -117,10 +115,7 @@ buildPythonPackage rec {
tzdata
] ++ lib.flatten (lib.attrValues optional-dependencies);
doCheck =
!stdenv.hostPlatform.isDarwin
# pywatchman depends on folly which does not support 32bits
&& !stdenv.hostPlatform.is32bit;
doCheck = !stdenv.hostPlatform.isDarwin;
preCheck = ''
# make sure the installed library gets imported