summary refs log tree commit diff
path: root/pkgs/development/python-modules/construct
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-11-12 10:22:34 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-11-12 19:10:54 -0800
commit2043dbb6faa9e21b0fb500161542e30d6c8bc680 (patch)
tree6cab78acf14200289d749425cadfd159819f81d0 /pkgs/development/python-modules/construct
parent3f5767d09e05e3ceb6cbe7fe16c326b68c7e025c (diff)
downloadnixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.gz
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.bz2
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.lz
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.xz
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.zst
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.zip
pkgs.development.python-modules: remove unused args
Diffstat (limited to 'pkgs/development/python-modules/construct')
-rw-r--r--pkgs/development/python-modules/construct/2.10.54.nix3
-rw-r--r--pkgs/development/python-modules/construct/default.nix2
2 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/construct/2.10.54.nix b/pkgs/development/python-modules/construct/2.10.54.nix
index 6bb279490ab..2f38ab9c3ce 100644
--- a/pkgs/development/python-modules/construct/2.10.54.nix
+++ b/pkgs/development/python-modules/construct/2.10.54.nix
@@ -1,5 +1,4 @@
-{ lib, stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder
-, six, pytestCheckHook, pytest-benchmark, enum34, numpy, arrow, ruamel_yaml
+{ lib, stdenv, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pytest-benchmark, enum34, numpy, arrow, ruamel_yaml
 }:
 
 buildPythonPackage rec {
diff --git a/pkgs/development/python-modules/construct/default.nix b/pkgs/development/python-modules/construct/default.nix
index 4ad78ddad3b..75791a153f4 100644
--- a/pkgs/development/python-modules/construct/default.nix
+++ b/pkgs/development/python-modules/construct/default.nix
@@ -1,5 +1,5 @@
 { lib, stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder
-, six, pytestCheckHook, pytest-benchmark, numpy, arrow, ruamel_yaml
+, pytestCheckHook, pytest-benchmark, numpy, arrow, ruamel_yaml
 , lz4, cloudpickle
 }: