pythonPackages.apache-airflow: remove unused inputs

This commit is contained in:
Sandro Jäckel
2021-02-17 23:12:26 +01:00
parent b02c411492
commit e2fa14f3fb
@@ -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
}: