python2Packages.scandir: python 2 only

This commit is contained in:
Frederik Rietdijk
2021-04-03 17:56:11 +02:00
parent c3ee8aaddf
commit 24896293e4
4 changed files with 7 additions and 7 deletions
@@ -1,4 +1,6 @@
{ lib, buildPythonPackage, fetchPypi
{ lib
, buildPythonPackage
, fetchPypi
, django
, memcached
, txamqp
@@ -9,7 +11,6 @@
, cairocffi
, whisper
, whitenoise
, scandir
, urllib3
, six
}:
@@ -38,7 +39,6 @@ buildPythonPackage rec {
cairocffi
whisper
whitenoise
scandir
urllib3
six
];