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 { lib
, stdenv , stdenv
, buildPythonPackage , buildPythonPackage
, fetchPypi
, fetchFromGitHub , fetchFromGitHub
, fetchpatch , fetchpatch
, alembic , alembic
@ -47,10 +46,7 @@
, tzlocal , tzlocal
, unicodecsv , unicodecsv
, zope_deprecation , zope_deprecation
, enum34
, typing
, nose , nose
, python
, pythonOlder , pythonOlder
, pythonAtLeast , pythonAtLeast
}: }: