pythonPackages.apache-airflow: remove unused inputs

This commit is contained in:
Sandro Jäckel 2021-02-17 10:25:43 +01:00
parent b02c411492
commit e2fa14f3fb
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,7 +1,6 @@
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, fetchFromGitHub
, fetchpatch
, alembic
@ -47,10 +46,7 @@
, tzlocal
, unicodecsv
, zope_deprecation
, enum34
, typing
, nose
, python
, pythonOlder
, pythonAtLeast
}: